To insert code use <code>...</code>.
Controlling Anything Slider CSS
  • 1. What are the CSS class names for Anything slider header and the Anything Slider description text?

    2. How do I use FontFace code to change appearance of Anything slider header and the Anything Slider description text?

    3. I would like to use Anything Slider with Anything Slider Type = HTML, and I would like to upload a different background image for each Slider Item. How can I add background images to each Slider Item?
  • 4 Comments sorted by
  • Hi,

    1) Open the screen.css in the css folder that came with your theme. All the classes are in there. Search for Anything slider line 2231

    2) You can control Fontface by adding it to the h tags, See the fontface settings in striking. A example is also given and also may here on the forum.

    3) You can use this code..


    <div style="background:url('http://full-url-to-image') no-repeat scroll left top transparent; padding:20px;"><div style="padding:20px; opacity:0.7; background-color:#ccc;height: 320px; width:880px;">Hello</div></div>


    btw the image needs to be 960px by height set in the anything slider settings....

    Best regards,
    BackuPs
  • Thanks! And the width?
  • ???? I dont understand the width question?

    We are talking about the anything slider, Correct? The width is default by striking to 960px;

    The height you can set in the slider options.

    So you background image you insert in the html mode of the anything slider should be 960xheight set in the slider options.