different background colors on different pages
#1
Posted 20 September 2012 - 10:11 PM
I added this
body.home {background:#01293D;}
But when I did the image stopped showing. Is there anyway I can still apply background color and keep the image?
#2
Posted 20 September 2012 - 10:58 PM
Try this
#3
Posted 21 September 2012 - 10:13 AM
I applied the code you gave me but the other pages got the same background color as home
#4
Posted 21 September 2012 - 10:23 AM
You need to identify all the page ID's that you wish to have different background colors on. For example:
You can identify the page id by viewing the body class using Firefox or Google Chrome web dev tool.
#5
Posted 21 September 2012 - 10:41 AM
.page-id-13 body, .page-id-13 body.fixed_width {
background-color: #01293D;
}
.page-id-blog body, .page-id-blog body.fixed_width {
background-color: #ffffff;
}
.page-id-shop body, .page-id-shop body.fixed_width {
background-color: #02847e;
}
But somehow it is the blogs background color on all pages
#6
Posted 21 September 2012 - 10:57 AM
#7
Posted 21 September 2012 - 11:01 AM
#8
Posted 21 September 2012 - 11:27 AM
Add this to your custom CSS:
However, this may over write your background image.
#9
Posted 21 September 2012 - 11:56 AM
#10
Posted 21 September 2012 - 11:59 AM
#11
Posted 21 September 2012 - 12:06 PM
#12
Posted 21 September 2012 - 12:36 PM
#13
Posted 21 September 2012 - 01:28 PM
#14
Posted 21 September 2012 - 11:00 PM
Also tagged with one or more of these keywords: Resolved, background-colors, pages, home
Is it possible to add Page Excerpts with Platform theme?Started by adrianoattus , 26 Apr 2013 |
|
|
||
Get rid of excerptStarted by climbur , 11 Apr 2013 |
|
|
||
Site broke downStarted by Denis Ciumbargi , 29 Jan 2013 |
|
|
||
Legacy Themes →
PlatformPro →
Enabling Posts To Appear On Specific PagesStarted by bethdruce , 17 Dec 2012 |
|
|
||
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|










