Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #118588
    jcmoch
    Participant

    How do I change the default colors for hover text and hyperlinks throughout my site?

    #118614
    tikaram
    Keymaster

    @jcmoch : Go to Appearance => Customize => Additional css

    Under Additional css box add the following css

    .site a{
    color: #color-code;
    }
    .site a:hover{
    color: #color-code;
    }

    Please make sure you change the color-code with desired color-code you want to use in your site.
    Let me know if you have any problem about choosing color-codes.

    Regards,
    Tikaram

    #118734
    jcmoch
    Participant

    @tikaram Thanks so much worked great

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Default Colors’ is closed to new replies.