change button colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #876968
    Ion Marchis
    Participant

    HEllo,

    How do I change the colors of all buttons, navigation arrows?

    I used the below custom to change all submit buttons. But I still have plenty that remained unchanged.

    input[type=”submit”] {
    background: #808080;
    }

    http://ma.marea-alpina.ro/

    thanks,
    alex

    #879802
    Ion Marchis
    Participant

    guys? some info would help here.

    #894823
    Steve
    Keymaster

    Hello Ion,

    Sorry for a late reply. There are several areas to be changed.
    You can start with this code:

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .more-link,
    .page-footer .post-edit-link,
    .wp-block-button__link:not(.has-background),
    .wp-block-file .wp-block-file__button:not(.has-background),
    .wp-block-getwid-media-text-slider .slick-prev, .wp-block-getwid-media-text-slider .slick-next
    {
      background-color: #808080;
    }

    Let me know if it helps.
    Regards,
    Steve.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.