Home Sliders

Discussion in 'Compass WordPress Theme' started by munkey, Jul 22, 2014.

Thread Status:
Not open for further replies.
  1. munkey

    munkey Member

    Joined:
    Sep 19, 2012
    Messages:
    32
    Likes Received:
    0
    Hi Guys,

    1. How can I darken the opacity of the box behind the headline text on the sliders? The text is hard to read on many images and this will correct the problem
    2. Even if there is only one slide, there is an unnecessary circle which when clicked does nothing. It serves no purpose when there is only one slide. How do I remove it?
    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .salesdetails {
    background: rgba(0, 0, 0, 0.67);
    }
    nav#nav-dots {
    display: none;
    } 

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. munkey

    munkey Member

    Joined:
    Sep 19, 2012
    Messages:
    32
    Likes Received:
    0
    perfect, thanks
     
Thread Status:
Not open for further replies.

Share This Page