color bar change
-
How do I change the color bar?
Thank youThe blog I need help with is: (visible only to logged in users)
-
To setup your theme properly see https://wordpress.com/theme/dara
For the customizer see https://en.support.wordpress.com/customizer/
If you have the Premium or Business upgrade http://wordpress.com/plans on the site you can opt to apply custom CSS to a WordPress.com theme.
Note 1: If you have the required upgrade you can use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can create a thread that will appear in the CSS Forum where you will get the help you need with CSS editing.
Note 2: You can also post there prior to purchasing an upgrade to get an answer to whether or not what you want to do can be accomplished via CSS editing.
Read also please: https://en.support.wordpress.com/custom-design/#frequently-asked-questions Does Customize let me edit HTML?
-
Hi
As timethief says you can probably achieve this using the Customizer.
However as an alternative, if you have a premium plan, you can add some custom rules to the Additional CSS section of the Customizer.
Try this for inastance:.main-navigation { background-color: #333; color: #fff; }Background color is obviously the background color of the navigation bar (I have simply used a dark grey to match your theme) and color is the color of the text.
If you google “Online Color Picker’ you will get a nice tool to show you the code to use for any color of your choice.
- The topic ‘color bar change’ is closed to new replies.