Wedding Theme: Need help changing the font color and header colors of the sectio
-
Right now the font is a charcoal gray for the header “MorantHess Say Yes” and I would like to change that to HEX #00b4ff. I would also like to change the header background color to the same HEX as above. These headers are currently shown as “Archives” and “Meta.”
The blog I need help with is: (visible only to logged in users)
-
Have you already purchased the Custom Design add-on? https://en.support.wordpress.com/custom-design/ has more info on what that is and how to begin adding customizations to your site.
-
Hi there, I see you have the WordPress.com Premium Plan. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to change the site title color.
.site-title a { color: #00b4ff !important; }I’m not seeing Archives or Meta right now on your site. Are you by chance talking about the background for the widget titles? If so, then you can use this to change that.
.widget-title { background-color: #00b4ff !important; } -
Thank you! Does anyone know how to change the color of the menu button (in mobile device mode) and the color of the footer?
-
For the teal color on the background of the menu button, you can add the following and adjust the color as desired.
.menubar { background-color: #cc0000; }For the footer, add the following and edit.
.site-info { background-color: #cc0000; } -
-
- The topic ‘Wedding Theme: Need help changing the font color and header colors of the sectio’ is closed to new replies.