Viewing 3 replies - 1 through 3 (of 3 total)
  • I didn’t see this as a site-wide change, but only in certain segments, like under Navigation and in the Site Identity > Styling > Logo section. It would be nice to find out if there was a global change to keep Theme colours the same throughout.

    Theme Author themevision

    (@themevision)

    Hello,@frank1961!

    If you want to change the Links color, on the whole site, you can use the following custom CSS code (Insert it in Customizing->General->Additional CSS):

    body a{
       color:#dfb579!important;
    }
    body a:hover{
       color:#000!important;
    }

    https://prnt.sc/kvqcrq

    If this does not suit to you, give me the address to your website and specify which links you want to change and I will give you the appropriate code.

    Regards

    Thread Starter frank1961

    (@frank1961)

    thank you so much!
    it works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i change links?’ is closed to new replies.