- This topic has 3 replies, 2 voices, and was last updated 7 years, 8 months ago by Theme Horse Support Team.
-
AuthorPosts
-
December 14, 2016 at 9:26 pm #48701ZaheerParticipant
Hello,
I changed the color of the “Content” option under “Font Color Options” in the Theme Options to a darker gray color. This has affected the text on the blue rectangular Read More buttons on the home page as well. However, the color change was not that drastic (it was already a pretty dark gray) so I’m not sure why things look so off now. Did I do something wrong? Is there a way to change the text color over the buttons only?
Here is our site, you’ll see what I mean: http://aisww.com/
We’re on WP 4.5.4 and the theme is Ultimate Pro version 1.0.2
Thanks in advance!
-PatrickDecember 16, 2016 at 4:03 pm #48725Theme Horse Support TeamKeymasterHi Zaheer,
For to change the color over the buttons only go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
a.more-link { color: #666; border-color: #666; }
Note: Change the above HEX color code
#666
into your own HEX color code.Thank you!
January 4, 2017 at 9:04 pm #49024ZaheerParticipantHello,
Thank you for the reply. I pasted this as instructed and saved but it did not seem to work. Is there a certain place within the Custom CSS it should be placed? Any further guidance is much appreciated.
Thanks again,
PatrickJanuary 10, 2017 at 5:51 am #49193Theme Horse Support TeamKeymasterHi Zaheer,
Some CSS code may override the above code. Could you please try below CSS code.
a.more-link { color: #666 !important; }
Note: Change the above HEX color code #666 into your own HEX color code.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.