Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #279770

    Hello,

    Please see the following blog posts page:
    http://unbridledacts.org/journal/

    Can you tell me how to remove the image layover of the arrow, etc.? Thanks,

    Scott

    #279838

    Hi scottsmeester!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css to disable the image overlay:

    .main_color .small-preview:hover {
    background: transparent;
    }
    
    .avia_transform a:hover .image-overlay {
    display: none !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.