Can I Use Custom CSS?
Yes, you can. 100%. Most developers do this, and you can build your own themes, too.
One thing to remember – if you switch themes the custom CSS will be removed and disappear!!!
Steps:
- Go to Dashboard
- Hover over Appearance
- Click Editor, this will edit the current theme
- Click Styles
- Click the pencil icon
- To add to entire site
- click Additional CSS at very bottom right
- add your code
- click save, click save again
- To add to blocks – in fact, all blocks on the site, so if you edit the paragraph block to have gold text (color: gold;) then all paragraphs will have gold text, just sayin’.
- click blocks lower right
- select the block to add CSS to
- scroll down to very bottom yo, and select advanced
- add your CSS
- click save, click save again
That’s basically it. Now, you would need to know a little more than the above, but this will work if you know the CSS elements used in your WordPress theme, and the classes and IDs used in the theme. Plus, you can add your own classes and IDs, and your own damn CSS, too, but that’s for another day.
And remember – to be your best self, you have to be yourself.
Leave a Reply