• Resolved williams-racing

    (@williams-racing)


    Hello

    I have just installed this plugin and started using it, I’m reasonably new to wordpress. I’ve added the following css and its doing nothing:

    .logo-img {
    border:10px;
    background:none;
    }

    I basically want no border and no background on the images, can you please help me?

    Thank you

    Mark

    http://wordpress.org/extend/plugins/logo-slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hi Mark,

    Try this code instead:

    .logo-img {
    border-style:solid;
    border-width:10px;
    }

    As for the background, you can just save your images as .png on transparent background… is that what you mean?

    Thread Starter williams-racing

    (@williams-racing)

    Hello

    Many thanks for getting back to me on this, I eventually found the theme CSS was over riding the plugin CSS.

    Now here’s a question for you, my site looks good on mobile devices also but this slider doesn’t, do you know if there is anything I can add/change to make this work with the rest?

    Have a look at this page on a mobile, the slider is towards the bottom:

    http://www.michaelepps.co.uk

    Many thanks again, I appreciate your help.

    Mark

    Thread Starter williams-racing

    (@williams-racing)

    Sorry, I do have one more thing to ask you, when selecting an image/log etc from the slider, I would like it to open a new tab rather than the same window, I couldn’t seem to get that working in anyway at all?

    Thanks again

    Mark

    Plugin Author Maeve Lander

    (@enigmaweb)

    No sorry at this point in time the logo slider is not responsive. I’ve got it down as something to implement in later release. In the meantime you could make your own css mods to accomplish this if you wanted.

    The images are set to just open the link in same window. If user wants to open in a new window they could hold ctrl and push the link and I think most users know how to do that so there’s no need to force them to open in new window with a target=_blank ….. but if you really want to do that you could add target=_blank to line 412 of logo-slider.php

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