Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #82199
    rickm813
    Participant

    http://69.195.124.74/~nebiblef/

    I am trying to make the slider text always show instead of waiting for the mouse to hover over the slider. I also want to change the opacity of the text background so that it is lighter.

    #82231
    Mahesh
    Keymaster

    Hi @rickm813

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #feature-slider .entry-container{
    opacity: 1;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Slider Text’ is closed to new replies.