Custom CSS can go in your theme. Style.css unless your theme offers a custom css feature.
@mikejolley Thank u for your reply.But what’s the meaning you said that”unless your theme offers a custom css feature”?
@mikejolley Thank u for your reply.But what’s the meaning you said that”unless your theme offers a custom css feature”?
Some themes have options for custom css.
Just edit style.css if not.
I am having a similar issue, and there is no style.css editor in the latest version of wordpress 3.8.1. Is this a bug in the install? Is it possible to revert to another version of wordpress to be able to edit the style.css?
To add customs CSS to your theme’s style.css, do the following:
1. Log into WP backend
2. Go to Appearance » Editor
3. The file that opens should be called style.css. At the bottom of that file paste your custom CSS code
4. Hit save
Note, this is actually bad practice and you should really create a childtheme instead. The abovementioned will be erased when you update you theme to a new version.
Not sure – should be under ‘appearance’. Maybe you should make a new post in the general WordPress forum.
thank you mikejolly, will do