- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
April 1, 2016 at 9:25 pm #43928
vtomgardner
ParticipantHi there, I’m using the free version of Ultimate, and am wondering if it’s possible to change the slideshow text (make it stop at a sentence) or change the slideshow text’s color. I’m building at URL http://www.lknmartinizing.com. Thank you for your assistance.
April 2, 2016 at 3:13 pm #43961Theme Horse Support Team
KeymasterHi Vtomgardner,
To change the slideshow text’s color go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.featured-text { color: #fff; }
Please change the above HEX color code #fff to your own HEX color code to change the slideshow text color.
Thank you for using our theme.
April 3, 2016 at 6:09 pm #43977vtomgardner
ParticipantThank you for the prompt reply! Could you also give me the CSS code to change the color of the slideshow’s headline text and the text/button for the “Read More” area? I’ve changed the basic slideshow text, but the headline above, and the read more button are still white. http://lknmartinizing.com/
April 5, 2016 at 3:10 pm #44040Theme Horse Support Team
KeymasterTo change the color of the slideshow’s headline text and the text/button for the “Read More” area go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code with your own HEX color and Click on save button:
For slideshow’s headline:
.featured-text .featured-title { color: #fff; }
For slideshow’s button:
.call-to-action { border-color: #fff; color: #fff; }
And for slideshow’s button hover:
.call-to-action:hover { background-color: #fff; color: #666; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.