ISSUE SUMMARY:
I'm running on Jomsocial 4.0.7 and Socialize 2.
Have set the background outside JomSocial to black but when I post a modul in position-1 the background is white.
There are so many places to change colour so where do I change the colour for a modul in position-1.
Have tried to find it in Thememagic but can´t find it.
Look at my dev frontage.
Regards from a sunny Sweden
Jonas
STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER
Hi, Jonas.
You mean that module background is white?
prntscr.com/7g15px
Or main area changes background color?
Where I could see that issue on your site?
Hi Michal,
No, not on that modul you sent a photo of, that is an sidebar-2 module.
I'm talking about a modul in position-1.
Look at the very nice slideshow on top of my dev site, thanks for your help before.
dev4.lustkammaren.se
If I go in Thememagic and in module, there is a possibly to change Module Background Color but it only change the colour around the slideshow, just some pixels now in a grey colour, the rest is white.
I want everything around the slideshow to be black as rest of the site.
Regards
Jonas
Hi, Jonas.
Use this code:
.t3-wrapper .t3-sl-1 {
background: #000 !important;
}
Hi,
After updating my site with 4.1.2 and now also Socialize 2.1 I got the same problem at frontpage lustkammaren.se.
Tested this fix you helped me with some month ago but it´s not working now.
Any tips?
Regards
Jonas
Hi, Jonas.
Fixed :) You just missed my instructions here:
www.jomsocial.com/forum/socialize-templa...le-position-1#133741
I created file ROOT/templates/socialize/css/custom.css
Then added my code. Works flawlessly :)