• Resolved Oliver

    (@oliverseimo)


    Hey, I’d like to set an image as background. I already tried it with

    .finguide {background:url(https://www....../400x720.jpg) repeat top left !important; opacity:1 !important;}

    .finguide is the class I set in the Popslide settings.

    It also does overwrite the background color set in the plugin-settings. But the background now appears transparent.

    What can I do?

    • This topic was modified 7 years, 10 months ago by Oliver.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hey Oliver,

    It’s because you are using the background property which also defines the color.

    Please do it like this:

    .finguide {
        background-image: url(https://www....../400x720.jpg);
        background-position: top left;
    }

    I don’t think there’s need to define the opacity and all these !important flags ??

    Let me know if it works

    Thread Starter Oliver

    (@oliverseimo)

    Thank you for the quick reply.
    I already tried your method, didn’t work either..

    But After reuploading the image it worked fine again.
    So the image as broken; I think.

    Thank you.

    Plugin Author Kuba Mikita

    (@kubitomakita)

    I’m glad you resolved this ??

    Would you mind rate the plugin if you like it? You can do it here: https://www.ads-software.com/support/plugin/popslide/reviews/#new-post

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use a background image’ is closed to new replies.