Hi,
how can i change the background color of the portfolio entries?
I use boxed layout with a background image. But i want the background of the portfolio entries to be white.
Thanks Simon
Hey simonac!
Thank you for coming back.
Can you send us a link to this page so we can check for the correct CSS?
Best regards,
Günter
I have a same question.
how can I change the background color of the portfolio entries?
But, I use stretched layout with a background image, and I want the background of the portfolio entries to be white.
My main content Default Background color is Red.
Hi!
You can use this on the Quick CSS field:
body#top.single-portfolio, body#top.single-portfolio .main_color {
background: #ffffff;
}
Best regards,
Ismael
Thanks Ismael,
now the backround of the logo is white as well. I only want the area up to the menu to be white. So the logo area should have the background like the rest of the hp.
Regards, Simon
Hi!
Replace the code with this:
body#top.single-portfolio .main_color.fullsize, body#top.single-portfolio #header_main_alternate {
background: #ffffff;
}
Best regards,
Ismael
Super!
Thanks