-
Author
Tagged: styling Revolution slides
-
November 7, 2014 at 23:18 #34624annemclParticipant
How do I change the link color on text entered in a Revolution slide (using Kleo)? I created a slide with an image background and laid several text boxes on top, including 3 custom styled buttons I created, each linking to a different page on the site. However, even when I apply a CSS style instructing it to display as white text on the dark background, I still get the default blue link color set by the theme settings.
Here is the temporary location of the site: http://temp.ideasandbeyond.com
The following is what I have tried:
I created a custom style in the theme’s CSS editor:
COPY CODE.whiteText { color: #ffffff; } .whiteText a { color: #ffffff; text-decoration: none; }
Then in the Revolution slide I called it up in the text editing area as such:
<a href=coaching-2 title=“Coaching” class="whiteText">INSPIRING COACHING</a>
Is there something I’m missing? I’ve tried a few different things, and this seems like it should work, but maybe I’m missing a step or there’s an error in my code? Thanks in advance for any help you can offer.
November 7, 2014 at 23:21 #34625annemclParticipantNote: the “
" and "
” tags in the CSS in the above message are formatting errors in the forum message and NOT part of my CSS!November 7, 2014 at 23:33 #34627sharmstrModeratoradd !important to it
COPY CODEcolor:#fff !important;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.