When I select 'Small image/Video right' in 'Image Size Options' for the slideshow of a page, there's no added ability to select a background image. It's just floats in the large rectangular box. How do I add a background image to the slide for that image size option?
Slideshow - Image Size Options - Small image/Video right
4 posts from 2 voices-
Posted 5 months ago #
-
Hi heatherpaige,
As far as I know there is no ability to add a background image in for that option.
Regards,
Devin
Posted 5 months ago # -
Is it possible someone else may know further than you? Or, could I possibly be pointed to what element I should add a CSS rule to? Is thers something that needs to be done in javascript with a specific function. The ability to put a smaller image or video inside the smaller doesn't really have much value if you can't do anything behind it. Some actual help with this would be appreciated.
Posted 5 months ago # -
You could target the specific page ID and then the specific container number to add a full background image or color but it will have to be done for each slide individually.
For example:
#top.page-id-7 .slideshow .featured.featured_container3 { background: #333; }Where the page id is 7 and the slide is in featured_container3.
Regards,
Devin
Posted 5 months ago #
Reply
You must log in to post.














