Okay
  Public Ticket #3691651
How to change color of a link text
Closed

Comments

  •  10
    fghthtjhgghn started the conversation

    .

  •  5
    WpWebSol | Ramzan Sharef replied

    Hi there,

    By default the accent color will be applied to all links thought the website. If you want to change the color of all link you will need to change the accent color. If you don't want to change the accent color then you can change the color of all links by add these line in Salient CSS/Script 

    .container-wrap a {
        color: red !important;
    }
    

    Note: This will change color of every link (Including buttons) in the page content except the Top Menu.

    Bst Regards,

    Ramzan

  •  1,875
    Judith replied

    Hi @Whatneobank,

    Thanks for writing back.

    Please let us know whether this was helpful.

    I look forward to your response.

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi there,

    Thank you for getting back to us.

    Try replacing the previously shared CSS to alter links on your blog posts.

    .single-post .container-wrap a {
        color: red !important;
    }

    I hope this info helps.

    Regards,

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    You would have to add an extra class to the links you want to change the color then add the CSS that targets the link.

    You can add the class then let us now so we can share the CSS to achieve that.

    We look forward to hearing from your.

    Thanks,

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi Diogo,

    Thank you for getting back to us.

    1. If you are using any salient elements other than the text editor, you can add a class that will help us target that specific link/button in the section shown in this screenshot.

    9232688711.png

    2. If you are using the text editor and using <a></a> tags to add the links, you can add the class as shown below.

    <a class="example_class" href="https://www.classexample.com">Test Class</a>
    

    I hope this makes clarifies things.

    Kind regards,

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi Diogo,

    Thank you for getting back to us and my apologies for the late turnaround.

    Could you please share the link to the page with one one of the links that have a custom class so we can share example CSS with you?

    We look forward to your reply.

    Thanks,

  •  10
    fghthtjhgghn replied

    .

  •  8,837
    Tahir replied

    Hey Again,

    You need to use the Text Editor options to color the text like below. See screenshot: 

    5200186573.png

    Thanks.


    ThemeNectar Support Team 

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi Diogo,

    Thank you for getting back to us.

    You have not attached any images. Could you please attach a screenshot of what you're seeing from your end?

    We look forward to your reply.

    Thanks,

  •  10
    fghthtjhgghn replied

    .

  •  8,837
    Tahir replied

    Hey Again,

    Please enable the "Toolbar Toggle" button here: 

    7608160495.png

    Thanks.


    ThemeNectar Support Team 

  •  10
    fghthtjhgghn replied

    .