• Resolved kieranstartup

    (@kieranstartup)


    I’ve been using Meta Slider for a website I’m currently building and I’ve changed the CSS so the caption background is hidden, which is fine because the white text stands out on all my sliders except for one.

    So my question is, is it possible to change the CSS for an individual slider? i.e. use something like the shortcode to reference one slider in the CSS in particular?

    Any help or pointers would be greatly appreciated.

    Cheers!

    Kieran

    https://wordpress.org/plugins/ml-slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Kieran,

    Each slideshow has it’s own class, eg:

    .metaslider-123 .caption {
       display: none;
    }

    Or, you can use the ‘CSS Class’ field in the advanced settings. If you set that to ‘red-border’ then you could use:

    .red-border {
       border: 1px solid red;
    }

    Regards,
    Tom

    Thread Starter kieranstartup

    (@kieranstartup)

    Hi Tom,

    Thats great, thanks so much!

    Kieran

    You’re welcome 🙂

    Please consider leaving a review if you get a minute. I’ll set this ticket to resolved now.

    Regards,
    Tom

    Hi! I would like to change the font style to bold and underlined in the text box. I would also like to change the text box from a square on the bottom of the slider to a bubble on the right side of the slider. Can anyone help me on how to do this? I’m new to coding and wordpress. I am currently using the simon wp framework theme. The plug-in I’m using is meta slider (free version). I think I have to change it in the php file of the plug-in. I go to the list of plug-ins and select “edit” for “meta slider” and a window opens with the php file but I’m not sure if I’m in the correct area to edit this or if I should be in the css file, which I don’t know how to fine. Any help would be really appreciated!!! Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Style Individual Slider's CSS’ is closed to new replies.