• Resolved Mike Pratt

    (@mike-pratt)


    Hi there, our main page has a Meteor Slideshow on it with a white border round it & within it. I’m not sure if I can change this in the Meteor coding or whether it’d be something to change within the Theme (Lucid) I’d like to change it to match the grey of the rest of the page if I can.

    Can anyone help?

    http://www.tdrtraining.co.uk

    Oh, and I’m very new to WP – my company had someone external build our site and I’ve been asked to maintain it after the launch. I have full admin rights on the site but don’t have access to the server hosting it :os

    http://wordpress.org/plugins/meteor-slides/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, that is part of your theme, it had a white background on the container that the slideshow is in:

    .entry {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    }
    Thread Starter Mike Pratt

    (@mike-pratt)

    Thanks Josh, that answers my question but as I said, I’m very new to WordPress.

    I know this isn’t your area but could you possibly tell me how I could change that hexadecimal to my preferred one of #f9f9f9 just for that page – not for the rest of the site?

    Many thanks,

    Mike

    Plugin Author Josh Leuze

    (@jleuze)

    You’ve got to edit your theme’s style.css file and add this CSS rule to the bottom of that file:

    .home .entry {
    background-color: #f9f9f9;
    }
    Thread Starter Mike Pratt

    (@mike-pratt)

    Hi Josh, it’s taken me a while but I’ve eventually gotten round to making the changes you suggested and I got exactly the result I was after – thanks a great deal, I really appreciate it!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem Mike!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change BG colour of Slideshow’ is closed to new replies.