• Im trying to change the main hover color for the whole theme? I tried under “Styling Options” but that didnt do the trick.

    http://www.ayejune.com is the site

    im trying to change it from that green color. thx in advanced

Viewing 6 replies - 1 through 6 (of 6 total)
  • I looked at the site. I saw no green hover anything. but the autoplay music scared the $%*^ out of me so I hit close before I could check any further.

    Thread Starter topboyslim

    (@topboyslim)

    go on the site and go all the way to the bottom where the contact form is hover over that send message button you will see it! thx

    you are using contact form 7. currently the hover state of your submit button is set to a specific color. add the following line to your custom css and change the hexadecimal color to whatever you want it to be.

    .wpcf7 form input[type="submit"]:hover {
        color: #8a8f6a; /*<---- change this color to whatever you want */
    }
    Thread Starter topboyslim

    (@topboyslim)

    thank you

    but what about for my woocommerce? thats only for contact form

    http://ayejune.com/product/digital-dope-kit-vol-1/

    add the kit to the cart same hover color how do i change that one? also

    Thread Starter topboyslim

    (@topboyslim)

    that doesnt seem to do the trick i added it to the custom css under theme options

    the code i gave you above should have changed it. Did you change the number to a different color?

    and if you want to change every hover state for links on your site change the color on this code:

    a:hover {
        color: #8a8f6a; /*<---- change this color to whatever you want */
    }
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Ronneby Theme (Hover Color)’ is closed to new replies.