Tagged: featured slider color on text
- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by Skandha.
-
AuthorPosts
-
October 20, 2019 at 12:50 pm #186627mmcgibbonyParticipant
Hello Support!
I am a beginner but hacking away at this. I want to make the text color black as the slider title for the menu text, the subtitle text, and the read more text and frame around read more. I researched to figure out the entry title to black. I am not able to find how to change to black the text for menu text, read more, and subtitle under title. The URL is wr-crm.com.
Here is a screenshot of what I want to accomplish.
October 21, 2019 at 12:04 am #186656SkandhaParticipant@mmcgibbony: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change color of slider subtitle */ #slideshow .subtitle { color: #000; } /* To change text and border color of slider button */ .roll-button.border.button-slider { color: #000; border-color: #000; } /* To change color of menu text */ #mainnav ul li a { color: #000; }
Let me know if this works out!
Kind Regards,
SkandhaOctober 22, 2019 at 2:26 pm #186778mmcgibbonyParticipantHi Skandha,
Yes, this is perfect! Thanks for the help!
MikeOctober 23, 2019 at 12:58 am #187046SkandhaParticipant@mmcgibbony: Hello Mike, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Update Text Color on Menu Text, Subtitle Text, and Read More Text’ is closed to new replies.