Figured out the right size Option 3, but now on page were the "full screen gallery" is the default background is behind the gallery image. Is there any way not to show the default and maybe a color background
Full Screen Gallery (default image still there)
5 posts from 3 voices-
Posted 1 year ago #
-
Some clarification - On the "home" page the default is set for NO REPEAT , not full screen. when i do that , the page where i want to show full screen (fit) photos, the default background is still visible on the sides
if i switch to FULL Screen for the home page, then the image is hidden behind the full screen images being display.
Why this choice - on the home screen the menu bar doesn't run the full length and with the image i have looks great. on the other pages the menu bar runs the full length with the almost transparent background visible.
here is my test site kolzow.org
Posted 1 year ago # -
Hey,
you can use css code to hide the fullscreen slider background and to change the bg color for specific pages. I.e. if your "full screen gallery" page has the id 45 use following code (you can add it to css/custom.css):
.page-id-45 .avia_fullscreen_slider { display: none !important; } body.page-id-45{ background-color: #222222; }You can change the page id and the background color value :)
Posted 1 year ago # -
thanks i give it a shot !
Posted 1 year ago # -
Let us know if it works :)
Posted 1 year ago #
Reply
You must log in to post.














