Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #122020
    Beijaflor
    Participant

    Hello,

    I would like to change the color of the hover over box on the featured slider image. And if possible, I would like to remove the hover over function and show the box permanently.

    I added a screenshot here, because I am still not able to publish the website. Thanks in advance!! 🙂

    #122029
    Mahesh
    Keymaster

    @beijaflor: Go to Dashboard=> Appearance=> Customize=> Custom CSS box and add the following CSS:

    #feature-slider .entry-container {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        border-radius: 4px;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color of featured slider hover over box’ is closed to new replies.