• Resolved brittnifavorite

    (@brittnifavorite)


    Great theme!It has been very intuitive to use so far except for one thing.

    I can not figure out how to change the hover link color. Right now it is a light blue and I want to change it to red for the aesthetics of my site but can’t seem to find the CSS in the style.css sheet to do so.

    Could you please direct me in how to change it? Or at least where the color change is happening?

    Thank you,
    Brittni

Viewing 3 replies - 1 through 3 (of 3 total)
  • is adding the color with javascript not with css, maybe the theme have a builder settings or create a class:

    a:hover{color:red!important}

    It looks like the theme is setting the link color with a JavaScript file. Check out heinrich > js > heinrichScripts.js and you’ll see the link colors being set.

    Thread Starter brittnifavorite

    (@brittnifavorite)

    I got it!
    Thank you both very much!
    It tripped me up since the JavaScript file wasn’t on the wordpress editor page.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hover Link Color’ is closed to new replies.