Tagged: Color, promotion headline button
- This topic has 3 replies, 2 voices, and was last updated 8 years, 6 months ago by Mahesh.
-
AuthorPosts
-
May 18, 2016 at 2:05 am #91855borderexplorerParticipant
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?
May 18, 2016 at 10:04 am #91881MaheshParticipant@borderexplorer: Please use the following CSS instead:
#promotion-message .right .promotion-button { background-color: #009bff; color: #fff; font-weight: bold; }
Regards,
MaheshMay 18, 2016 at 7:17 pm #91921borderexplorerParticipantPerfect! Thank you very much, Mahesh.
With best regards,
borderexplorerMay 19, 2016 at 11:05 am #91969MaheshParticipant@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 -
AuthorPosts
- The topic ‘promotion headline button color change’ is closed to new replies.