This topic has 3 replies, 2 voices, and was last updated 10 years by annemcl.

  • Author
  • #34624
     annemcl
    Participant

    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.

    #34625
     annemcl
    Participant

    Note: the “" and "” tags in the CSS in the above message are formatting errors in the forum message and NOT part of my CSS!

    #34627
     sharmstr
    Moderator

    add !important to it

    COPY CODE
    
    
    color:#fff !important;
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #34647
     annemcl
    Participant

    Thank you so much! It worked! I knew there must have been something missing. I learned something new today. Thanks for the quick response.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?