Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #91855
    borderexplorer
    Participant

    I’d like to change the color of the promotion headline button as it displays on my site http://borderpartners.org/bp/ from current color to #009bff with bolded button text white. (The color can remain default during hover and click. I only need the button to normally show #009bff) This code didn’t work for colors, only for bold:

    a.promotion-button {
        background-color: #009bff;
        color: white;
        font-weight: bold;
    }

    Can you help me?

    #91881
    Mahesh
    Keymaster

    @borderexplorer: Please use the following CSS instead:

    #promotion-message .right .promotion-button {
        background-color: #009bff;
        color: #fff;
        font-weight: bold;
    }

    Regards,
    Mahesh

    #91921
    borderexplorer
    Participant

    Perfect! Thank you very much, Mahesh.
    With best regards,
    borderexplorer

    #91969
    Mahesh
    Keymaster

    @borderexplorer: Thank you for your appreciation. If you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘promotion headline button color change’ is closed to new replies.