Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Breeze WordPress Theme :: Thread
Archives and Categories to follow same background format as Home page
Hi,
I have created custom pages with sidebar to follow the same background and white “inner fade” content box as the home page (see attached) but i cannot seem to find the right css to do the same for the archives and categories templates.
I have sorted the background issue, but not the “inner fade” ... Any clues? :)
Many thanks
Dan
My apologies for the delayed reply.
To make the category and archive template content background the same, just remove this rule from style{x}.css:
#container.container_24.true {background: url(./images/style1/main_bg.png) no-repeat center top;}
to ensure the margins match, edit css/master.css and change:
body.page-template-page-designer-content-php #container { background: url(../images/innerfade_content.png) no-repeat center top; padding: 5px 0px; margin: 0 auto; width: 980px; }
to:
body #container { background: url(../images/innerfade_content.png) no-repeat center top; padding: 5px 0px; margin: 0 auto; width: 980px; }