• Hi there. The theme is great, probably the best and the one which “fits” most easily right away. But CSS additions aren’t easy because codes are different. My question:

    How can I override the “accent” color via CSS? I would like the accent color to be disabled and I can just underline my links with a color – and not any other elements of the site? How do I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @drakespeak,

    Glad you like it! You can set the accent color to have the same color as the body color in the Customizer, but you can’t easily target all elements with the accent color and have them be underlined. You’d need to target those manually.

    — Anders

    Thread Starter drakespeak

    (@drakespeak)

    It would be enough if I could change the border color of the quotes via custom CSS. But that doesn’t seem to work. Why can’t this be overriden via “!important”?

    blockquote {
    border-color:#000000 !important
    }

    Theme Author Anders Norén

    (@anlino)

    @drakespeak The code you posted works for me. Make sure you’ve emptied the cache and that there are no character encoding issues in the code when you paste it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links accent color’ is closed to new replies.