• Resolved Victor Alleva Beleti

    (@victor-alleva-beleti)


    Hi, guys.

    I need to change my primary website’s color from blue (current color) to red (because the new logo I want to put in), but I want the links in my content to be
    still blue. What happens is that, when I change the current primary color, the links also change as well. Is there a way to define just the links to be blue still?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Victor,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .container a:not(.btn) {
      color: red;
    }

    Thanks!

    Thread Starter Victor Alleva Beleti

    (@victor-alleva-beleti)

    OMG! Thanks,man! I think it solved the link color problem :))))

    because I’m still a beginner, hope that there are other option with simpler ways, such as the preferred link color option.

    Thank you,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set Up Link Color on Customizr Theme’ is closed to new replies.