Hi,
How/where can I change the colors of:
1) the nav bar background (default is gray)
2) the side bar headers (where the sidebar titles are)
3) the text in the nav bar (page titles)
4) the text in the side bar headers
thanks much,
Pam
Background Colors -site, nav bar, boxes
Started by
pamlc
, Feb 16 2010 10:53 PM
10 replies to this topic
#1
Posted 16 February 2010 - 10:53 PM
#2
Posted 17 February 2010 - 01:56 AM
Hey pamlc, are you using iBlogPro? Also can you send a live link?
The best way to do this would be to use custom css (identify the classes/elements using firebug).
#3
Posted 17 February 2010 - 10:15 PM
yes, iBlogPro - www.thriveliving.com
#4
Posted 20 February 2010 - 02:52 AM
these areas are actually are set up with image backgrounds, so you have two options:
1. tweak the images to retain the gradients. (will require some level of image editing skills)
2. or to just replace the images with solid colors using css.
which would you like to do?
#5
Posted 22 February 2010 - 10:36 PM
probably #2 would be easiest...just replace with solid colors.
#6
Posted 23 February 2010 - 04:08 AM
ok, not so hard... can you provide us with more specifics of which elements you'd like to change?
#7
Posted 23 February 2010 - 06:12 PM
1) the nav bar background (default is gray)
2) the side bar headers (where the sidebar titles are)
3) the text in the nav bar (page titles)
4) the text in the side bar headers
#8
Posted 31 August 2010 - 05:08 AM
anyone who can answer this one?
never did learn how to change these colors...
thanks much,
Pam
#9
Posted 31 August 2010 - 07:13 AM
1) the nav bar background (default is gray)
I assume you mean besides the options in Theme Options; blue, grey, black etc.? If that is indeed the case, you would need to download the nav background image, and then edit it in Photoshop or similar.
2) the side bar headers (where the sidebar titles are)
Try: `.widget h3{background:#000 !important}`
3) the text in the nav bar (page titles)
Try: `#nav ul li a{background:#000}`
4) the text in the side bar headers
Try: `.widget h3{color:#000 !important}`
Thanks, Bryan
I assume you mean besides the options in Theme Options; blue, grey, black etc.? If that is indeed the case, you would need to download the nav background image, and then edit it in Photoshop or similar.
2) the side bar headers (where the sidebar titles are)
Try: `.widget h3{background:#000 !important}`
3) the text in the nav bar (page titles)
Try: `#nav ul li a{background:#000}`
4) the text in the side bar headers
Try: `.widget h3{color:#000 !important}`
Thanks, Bryan
#10
Posted 04 January 2011 - 09:19 PM
In which area is the #3 located?
#11
Posted 05 January 2011 - 05:52 AM
Hi William, if you have a new question please post it in a new thread... this is 4 months old.










