• Resolved johnsera2016

    (@johnsera2016)


    Hi, if I hover over the Title, this changes colour from black to red. How do I make the red colour permanent?

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

    (@anlino)

    Hi @johnsera2016,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .blog-title a { color: #ca2017; }

    Let me know if that does it. Keep in mind that this doesn’t work if you set a custom accent color in the Customizer. If you do, you’ll have to manually update the hex color in the custom CSS to match the color you’ve set in the Customizer.

    — Anders

    • This reply was modified 4 years, 4 months ago by Anders Norén.
    Thread Starter johnsera2016

    (@johnsera2016)

    It works perfectly, many thanks Anders!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change colour title’ is closed to new replies.