• Resolved ezingers

    (@ezingers)


    I started a topic (Forminator Background Image) and got a link below that had nothing to do with the question.

    https://www.w3schools.com/cssref/pr_background-image.asp

    I was asked for the link to the page that I needed help with. Didn’t mention before that it was on localhost for now in the “Link to the page you need help with:” box. All the link above showed me was as shown below:

    `body {
    background-image: url(“paper.gif”);
    background-color: #cccccc;
    }

    It wasn’t directed to Forminator plugin at all, but more on general programming. I need to know the class to be changed and the way to write the url to direct it to the location in the Appearance/Custom CSS.

    I wrote back to them and had know response. Granted, replaying back to there response was about 1 to 3 weeks apart. So I did a new topic with better explanation. I hope this ones better. Can someone help with this?

    Thank You!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @ezinger,

    I can see your old ticket here:
    https://wordpress.org/support/topic/forminator-background-image/

    The link Nastia provided was just a guide on how the background image can be used in general since we didn’t have a link to your site to see where the background should exactly be applied.

    Checking the site and form directly would allow us to give you the exact code that you can use, but since it’s not included in either of the tickets we can’t provide you with the exact code.

    Basically, using the ID of your form should do the trick, something like this for example:

    #forminator-module-10 {
        background-image: url(IMAGE_URL);
    }

    10 in the ID selector is ID of the form.

    Cheers,
    Predrag

Viewing 1 replies (of 1 total)

The topic ‘Forminator Background Image in Custom CSS’ is closed to new replies.