How do I change the sidebar and tabs color?
-
Hello
I want to change the color of the sidebar and tabs, but at Custom Design it says that “Your current theme does not support Custom Colors yet. We are working to add support to most of our themes, including this one.“
So I guess that the only method of changing the color is by modifying CSS somehow, but I really really don’t know how to do that.
Any ideas?
Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
These three things will change the color of the base of the nav bar, the color when you hover and the color of the individual tabs of the nav bar.
#access { background: blue; } #access a{ background-color: green; } #access a:hover { background: red; }I put in random colors but you can choose whatever colors you want. This site has an excellent list of hex codes for many colors.
-
For the side bar title tabs you’d need to add
`.widget-title {
background: blue;
color: red;
border-bottom: 1px solid green;
}“Color” changes the color of the text.
If this doesn’t do what you’re looking for, please feel free to post again.
-
I don’t really know where to put the code. The CSS section doesn’t have a place to put code. When I go to CSS it takes me to this page http://postimg.org/image/ynfi4pw0p/
-
Do you have the Custom Design upgrade? If so, you would go to Dashboard>Appearance>Custom Design> CSS
-
If you don’t have this upgrade then you can’t change the CSS and would need to find a theme that had the layout and colors your prefer.
You may also be able to find a theme that offers color customizations as a part of the theme. Twenty Fourteen offers some but not for the the Nav Bar.
-
-
CSS code, such as what @supportmyoffice gave you above is inserted at Appearance > Customize > CSS.
Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the custom CSS she gave and edit the colors as you desire.
-
When I go to Appearance > Customize, it gets me to that page. I know it should’ve been an area to insert code, but there isn’t.
-
Did you click on CSS? If you have the upgrade, which it sounds like you don’t, then you have to click on the CSS tab to get the CSS window to open where you can add your code.
If you have the upgrade, the customize screen shows CSS like this
https://cloudup.com/c2egjFCiIyg
If you don’t, CSS just isn’t there, like this
-
Sorry, the sidebar closed on that second screen shot. Here is the customize without the upgrade for CSS
-
Since your account was created before September, 2014, you can try out and preview custom CSS before you buy as explained here.
For those that create their user accounts after September, 2014, the Custom Design has become a feature of the WordPress.com Premium and WordPress.com Business plans. In these instances, users can get a 30 day trial of the Premium plan and then try out the CSS before purchase.
-
Yes, supportmyoffice is right. And I wouldn’t buy anything just to change a color.
Thanks though :)
-
- The topic ‘How do I change the sidebar and tabs color?’ is closed to new replies.