Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14229
    simon olley
    Participant

    Because it does not have a link, I need to remove the rollover effect on the slider title background and text:

    ie. ‘A taste of summer…’ (please see link below)

    http://www.criterion-ices.co.uk/

    #14240
    Sakin
    Keymaster

    @oly: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span:hover,
    #main-slider .entry-content:hover,
    #slider-nav a:hover {
    	background: rgba(255, 255, 255, 0.7);
    	color: #222;
    }
    #14282
    simon olley
    Participant

    thank you great 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove rollover effect from slider title’ is closed to new replies.