To insert code use <code>...</code>.
anything slider caption sidebar color
  • Dear Kaptinlin,

    Using the Anything Slider I am trying to make the Sidebar transparent.

    I have tried the changing the Background Color in the Slider Items setting to transparent, but still getting a sidebar that has a white background.

    I have also tried changing the Anything Slider settings under Striking>Slider Show>Anything Slider>Caption Opacity with no luck either.

    I added the following Custom CSS code under Striking>General with no luck either.

    .anything_caption { background-color:none; } as well as .anything_caption { background-color: transparent; }

    Please help or suggest a different slider with will accomplish. Thanks so much!
    Sincerely,
    Avalokita
    Anything Slider Example.jpg
    1153 x 429 - 34K
  • 3 Comments sorted by
  • What do you mean transparent? Do you not want to display any text?
  • Hello Systhemes,

    By transparent, I mean if you take a look at the image attached to original post, I would like to duplicate the same effect with the text floating over the background blue color. (Not sure if slider would need something added to create flexibility - perhaps like this??? http://marktyrrell.com/labs/blueberry/).

    And to answer your second question, yes, I do want to see the text.

    Thank you!
  • Hi,

    You can try custom css code below in striking->general options page.

    div.anythingSlider .anythingWindow {
    background:transparent;
    }
    ul.anythingBase li.panel {
    background:transparent;
    }

    Regards,
    KaptinLin