Avada › Forums › Community Forum › Background image alway set to “cover”
Tagged: background image class css cover
-
AuthorPosts
-
Hi,
I’m getting a bit frustrated.
In a column, I have a background image.
I want this image to be half size.In the background image tab, there are only these parameters:
– background image
– background position
– background repeat
– background blend modeNo background-size.
Looking with developer tools, background-size is set to “cover” and I want set it to “50%”.
But where am I supposed to drop the CSS?I’ve added a class to the page:
.background50 {
background-size: 50% !important;
}… and applied “background50” to the CSS Class in the general tab.
But that doesn’t work.
Image Background is still set to “cover”.Changing it via F12 developer tool, it works.
What am I missing?
Cheers
Mic -
AuthorPosts
- You must be logged in to reply to this topic.