Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28006

    Hey guys,

    I can’t seem to find in the forum threads how i can change the blog image hover effect from white to a darker more dim color.

    Any ideas? I’m sure it’s something easy, but I cannot find the code :-(

    Thank you.

    PS, I’m using the magnifico Enfold theme! ;-)

    #136116

    You can add the following to your custom.css or Quick CSS and it will change it to a darker color. Be aware though it will change all of the hover effects site-wide to the darker color. You can change the hex code to whatever color you like. I don’t know how to limit it to just the blog page images though. If that’s what you’re wanting maybe one of the moderators can help.

    .image-overlay {

    background: #000000 !important;

    }

    #136117

    Hey,

    @American Patriot: Thanks for the tip.

    @headbentde: You can do the instructions above.

    .image-overlay {
    position: absolute;
    background: black;
    z-index: 500;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    }

    Regards,

    Ismael

    #136118

    THANK YOU GUYS! Sorry for the late response.

    Cheers!

    -Pat

    #136119

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Would like to change image hover color from white to black (dark)’ is closed to new replies.