color custimization
-
can i customize the colors on my site? the meu and buttons are green and I would like to change the color
WP.com: Unknown
Jetpack: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
Hi there,
It appears that you’re using the open source WordPress.ORG software hosted at another hosting company (Bluehost). Please keep in mind, these forums here at WordPress.COM are for WordPress websites hosted and managed at WordPress.COM
In other words, if you visit Dashboard.WordPress.COM and the site in question is not listed, then the support does not belong here.
https://dashboard.wordpress.comTo get help with your issues, you may want to try posting your question at the WordPress.ORG support forum or to your hosting provider:
https://wordpress.org/support/forums/You can learn more about the differences between .COM vs .ORG here:
https://wordpress.com/com-vs-org/ -
Hi there,
The Exford theme you’re using at the moment doesn’t have any custom color settings, but you can make these changes using custom CSS code.
In the dashboard, go to Appearance ->Customize ->Additional CSS, and enter the following:
To change the menu colors:
.main-navigation a:link { color: blue; }To change the Search button color:
.wp-block-search button.wp-block-search__button { background-color: blue; }And if you want to change other links outside the menu as well, this should do the trick:
a { color: blue; }In each case, substitute the color value with the color you want :)
For customizations like this it’s always best to refer people directly to their theme’s support. The general WordPress.org forums provide support for the core WordPress software only, and not for stuff that’s controlled by themes and plugins.
In this case, the Exford theme the OP is using is made here on WordPress.com, and this theme doesn’t have its own support forum on WordPress.org, so we provide support in this forum for both the WordPress.com and self-hosted versions of the theme :)
- The topic ‘color custimization’ is closed to new replies.