Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1006742
    arefs
    Participant

    By default my links are set up to be a purple color. I have done this in Customizer.

    However, for the button I am using in Slider Rev I want to the link text to be white.

    How can I customize the color of the link text use in a slider button? I have set the text color to white when setting up the button but when I add the ahref code it turns the color purple.

    Thanks.

    #1006753
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can follow this to implement additional Button Colors – https://community.theme.co/kb/implementing-additional-button-colors/

    You can add class to the button or try editing the CSS inside Revolution Slider. Let’s follow Revolution Slider Documentation for more detailed information – https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/

    Hope this helps.

    #1008509
    arefs
    Participant

    I’ve been through those docs but nowhere I can see does it answer my simple question.

    “How can I customize the color of the link text use in a slider button? I have set the text color to white when setting up the button but when I add the ahref code it turns the color purple.”

    They talk about a whole range of surrounding issues but don’t address my specific problem.

    Please can you have a look at this again and ideally give me a code I need to fix this.

    Thanks.

    #1008561
    Lely
    Moderator

    Hi There,

    It might be due to CSS specificity. To help you better, please share your site URL where this issue exist and which button. There might be more specific CSS applied to the button overriding the inline text color.

    #1010818
    arefs
    Participant
    This reply has been marked as private.
    #1010939
    Joao
    Moderator

    Hi There,

    I have added a class sliderlink to your revolution slider button text and after I added the following code to your Appereance / Customizer / Custom / CSS

    
    a.sliderlink {
      color: white !important;
    }

    You link is now white,

    Hope that helps,

    Joao

    #1013943
    arefs
    Participant

    Thank you.

    #1013987
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1006742 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>