If i set the Big Slideshow Area background color to #ffffff, this colour is set on every page.
but i want to have it only on home in #ffffff with white background for slider.
but on all other pages i want to have a very light grey as background for the Big Slideshow Area.
is that possible with CSS? if yes can you plz give me the code?
Big Slideshow Area background color
7 posts from 3 voices-
Posted 10 months ago #
-
Yes - add following code to css/custom.css and adjust the second color value depending on your requirements:
#top.home #slideshow_big .container, #top.home #slideshow_big .slideshow_container { background: #FFFFFF; } #top #slideshow_big .container, #top #slideshow_big .slideshow_container { background: #333; }Posted 10 months ago # -
thank you but that doesnt work. i have the slider on the homepage and there i dont want to have a background colour cause my images are on white > background white.
on all other pages i dont have the slider, only the breadcrumb navi. and there i wanna have a light grey for background? :)
with your code it still appears white instead of #333 !?
Posted 10 months ago # -
i now have set the Big Slideshow Area background color, Default Background color, to #f0f0f0.
and its perfect. but now the home slider slides at stretched layout into the grey.
this i wanna change. only the home slider white and the stripe breadcrumb background #f0f0f0.you understand my bad description? :)
sorry for my bad english :)Posted 10 months ago # -
tried some other codes, but they doesnt worked too... :(
i hope u can help me!?Posted 10 months ago # -
ok it was this code ...
.home .slideshow_color.light_bg_color{
background-color: #ffffff !important;
}post now resolved :)
Posted 10 months ago # -
Glad you figured it out ak-muc! Thanks for posting the code for others.
Regards,
MyaPosted 10 months ago #
Topic Closed
This topic has been closed to new replies.














