Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #391312

    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

    #391324

    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

    #391442
    This reply has been marked as private.
    #391470

    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.

    #391954

    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

    #391976

    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

    #392451

    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

    #392475

    Super!

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change the background color of the portfolio entries’ is closed to new replies.