Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60959
    cmct
    Member

    I know when you wave your mouse over the featured slider, the text box appears with a transparent coloured box. I was wondering if there is a way to make the box permanently appear on the photos you place. I am building my site via xampp so I can’t post the link, however a lot of my photos have white in them and with the white text it gets lost.

    #61006
    Sakin
    Keymaster

    @cmct: ok you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #feature-slider .entry-container {
        background: #444;
        background: rgba(0,0,0,0.6);
        -moz-border-radius:     4px;
        -webkit-border-radius:  4px;
        border-radius:          4px;     
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Slider Transparency Box’ is closed to new replies.