• I am looking to change the color of the current links on of posts on my homepage. When it hovers the color it changes is fine I just need to change the current color of the links.

    my site is

    heroautogroup.com

    Thanks in advance for the help

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    I am guessing that you want to change the color of the entire bar. Try adding this to the end of your child theme’s style.css:

    #navi-wrap {
        background-color: #80AA80 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Trying to change the color of links on titles’ is closed to new replies.