How to change colour and edit css style
-
Hi all,
Site https://www.onebyonethemovie.co.uk and its Omega Child theme.
I’m very new to everything wordpress and CSS style (it didn’t exist to me 3 weeks ago). I’m trying to learn how to do these things but all video tutorials seem to be for PC and I’m on a MAC. At this point I’m just changing colour codes and hoping for the best (obviously reverting to the original when it doesn’t work).
To start with, I’m trying to change a few things on my site, the main one being background colour, font colour, title font text… I’m doing this in the theme editor. I have started with the background colour changing it from #FFF to #1d1d1d1 (white to black). These are the codes I’ve tried adding/changing but still with no luck.
`color: #333;
font-family: ‘Open Sans’, sans-serif;
font-size: 15px;
font-weight: 300;
line-height: 1.625;
background: #1d1d1d;and then also this:
body {
background: #1d1d1d;
}to this:
body {
background: #1d1d1d !important;
}If someone could please tell me what I am looking for I would be most grateful. Thanks
- The topic ‘How to change colour and edit css style’ is closed to new replies.