Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62284
    Joseph
    Member

    The texts I place on the Featured slider isn’t visible because the pictures, but they become visible when I hover over them, the texts gets a grey background when hovered upon. How can I retain that grey background with or without hovering on it.

    Please help.

    Thanks

    #62309
    Sakin
    Keymaster

    @Joseph: Just add the following cs in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #feature-slider .entry-container {
        background: #444;
        background: rgba(0,0,0,0.6);
    }
    #62328
    Joseph
    Member

    Thanks Sakin it worked, but can we make the grey a bit lighter and then darker when hovered upon. I looks kinda dull for my liking.

    Thanks once again

    #62695
    Sakin
    Keymaster

    @Joseph: You can change the color code in the following css as per your need. The lighter will be as below:

    #feature-slider .entry-container {
        background: #555;
        background: rgba(85,85,85,0.6);
    }
    #62739
    Joseph
    Member

    Thanks Sakin, it worked. I really do appreciate.

    #62750
    Sakin
    Keymaster

    @Joseph: Thanks for your appreciation.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with Featured Slider’ is closed to new replies.