How to have different "content backgrounds" for each page

Discussion in 'Cloriato WordPress Theme' started by kbenik, Mar 22, 2013.

  1. kbenik

    kbenik New Member

    Joined:
    Feb 9, 2013
    Messages:
    5
    Likes Received:
    0
    Id like to have a different content background on my gallery page from my home page. Is there a way to do this easily? It seems the "header" is an overarching file that spans the other templates and is used to direct the content background image.

    Thanks,
    Kevin
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content_wrapper .fullwidth {
    background: red;
    }
    This will change the content background of the gallery page.
     
  3. kbenik

    kbenik New Member

    Joined:
    Feb 9, 2013
    Messages:
    5
    Likes Received:
    0
    I'd like to have the entire content background change not just around the gallery. This would include the portion of the website content above the ".content_wrapper" that contains the social objects and logo and search button. Believe it is the ".body-content" class that I would like to change for JUST the gallery or any other page for that matter.

    Thanks,
    Kevin
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hi Kevin,
    Unfortunately there isn't a way to do that with our theme unless you custom code something up because all the Template pages are sharing the same Header and Footer area in our Theme. Sorry.
     

Share This Page