Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83652
    akeyworth
    Member

    Hi,

    I just set up a new install of Full Frame today. I’ve been able to get the Featured Sliders to work pretty much as I’d like; the one exception is that the slider entry content text (default in white text) doesn’t show up well against the background. I’d prefer to have the entry-container box around it, which is a semi-opaque grey, always visible, as opposed to only on mouse-over. What is the best way to ensure the entry-container box is always visible?

    #83667
    Mahesh
    Keymaster

    Hi @akeyworth,

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

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

    Regards,
    Mahesh

    #83744
    akeyworth
    Member

    Thank you; worked like a charm!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Slider: making entry-container always show’ is closed to new replies.