Remove hover effect on homepage?

  • Posted in : Responsy WP
  • tobyholman
    Participant

    Absolutely loving the themes…great stuff.

    Using it for a school site: http://www.kingdown.wilts.sch.uk/

    Is it possible to remove the hover effect on the homepage for the blog items? (so that the hyperlink remains, but the black transparency over the images are removed and the text ‘SEE FULL POST’ is also removed?)

    Cheers

    Toby

    Mehmet S.
    Keymaster
    .template-name-homepage-with-slider .media-box .mask
    {
    background: transparent;
    }
    
    .template-name-homepage-with-slider .media-box .mask .title
    {
    display: none;
    }
    
    tobyholman
    Participant

    Superb!

    Great

    Thanks Mehmet

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

The forum ‘Responsy WP’ is closed to new topics and replies.