• Resolved quaintandfabled

    (@quaintandfabled)


    Hi! I’m styling the cookies banner and have run into a problem with the color of the Privacy Policy link. While there is an option to change the link color under the ‘Read More’ tab in Customize Buttons, I do not see an option to control the color for visited links. This is a problem because my banner is yellow and once the link is clicked, it turns white and is almost impossible to read. I just want the link to be a single color and not change when clicked.

    I’ve tried fixing the issue with CSS but had no luck with the following code:

    .cli-plugin-main-link a:visited {
    	color: #1b474c!important;
    }

    Any ideas? I’d appreciate any help to be offered– thank you! ??

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @quaintandfabled,

    Greetings from Webtoffee!

    You may please try the below CSS code in the Appearance > Customize > Additional CSS section.

    a.cli-plugin-main-link:visited {
    	color: #1b474c !important;
    }
    Thread Starter quaintandfabled

    (@quaintandfabled)

    That worked perfectly! Thank you so much– I really appreciate your help! ^_^

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing link color…’ is closed to new replies.