Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Micah Wood

    (@woodent)

    You should be able to add a line to your active theme’s CSS file like this:

    div.promo_slider .panel { background-color: transparent; }

    Just assign the name or color code you want to use, or leave as is to have it blend with your site’s existing background.

    This is a bit over my head. Any clues for a newb on how to carry this out

    jackdt8

    (@daniel-jackson)

    Hey Curtix, this is a response to the question you posted on the thread I created.

    So I have no idea how to remove it, but I found how to change the color.

    The person that made this didn’t assign it a color, he assigned the background an image named slider.jpg that is a square of the grey color you see behind the images.

    So, in the promotion slider folder under plugins, open the slider.css file.
    Change this line,

    .promo_slider .panel { background:url(‘images/slide.png’); -leave the rest (or don’t)

    to this:

    .promo_slider .panel { background-color: #whatevercolor; (hexadecimal)

    that’ll change the color for you.

    Plugin Author Micah Wood

    (@woodent)

    Sorry, I took your question at face value and forgot about the image. Adding this to your theme’s CSS file will remove the background image:

    div.promo_slider .panel { background: none; }

    It is a bad habit to change the plugin’s css directly, as these changes will be overwritten when you upgrade the plugin later.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘background color’ is closed to new replies.