Home Forums WoodMart support forum Remove Hover Style

Remove Hover Style

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #80218

    Joe
    Participant

    Hello,

    How can I remove the hover style from the blog? The dark picture overlay and dots, depicted in the attached screenshot.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #80244

    Hello,

    Please provide your site admin access we shall provide you with custom CSS to remove.

    Best Regards

    #80384

    Joe
    Participant

    I don’t understand why that would require admin access. It’s a live ecommerce site now, I’m not letting you mess around with it.

    I’ll figure it out myself.

    #80398

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .blog-post-loop .post-img-wrapp a:after {
    	content: none;
    }
    
    .blog-post-loop .post-image-mask {
    	display: none;
    }

    We usually ask for the admin access to provide the proper CSS snippet, as sometimes depending on configurations CSS may not work.

    Best Regards

    #80400

    Joe
    Participant

    I understand.

    I can usually figure it out given a starting point, so thank you for your response.

    #80432

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove Hover Style’ is closed to new replies.