• Resolved Sheona

    (@sheona)


    Hi

    Can anyone help with changing the link text colour in Hestia, and the hover colour?

    Thanks,
    Sheona

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello sheona,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    a:hover {
      color: #e91e63 !important;
    }
    a{
    	color:#337ab7 !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Sheona

    (@sheona)

    Hi, thanks so much, that’s great for the main text sections.

    BUT – it also overrides the white hyperlinked text colours on the menu bar, and for the button text on the front-page section (www.visualtheology.org.uk). Anything I can do about that?

    Thanks again,
    Sheona

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hestia change link text and hover colours’ is closed to new replies.