Changes Not Showing

Hi There
So I changed the hover colour, dot colour, contact error banner colour and more. WP asked me to do an update and I was still learning about Child Themes so I thought I would just save my edits in word and then load them to the stylesheet.css after the update and I would create a child theme later.

This is what I had saved and now entered but nothing is changing…help please!

Thanks =D
Lorna

#header .bottom-header span.span-dot {
color: #ce0505;
}

#header .bottom-header .header-button-two {
background: #ce0505;
}

#header .top-header .header-navigation ul li a:hover {
color: #ce0505;
}

#header .top-header .header-navigation ul li a {
color: #ce0505;
}

#blog .blog-post .blog-post-button {
background-color: #ce0505 !important;
}

#latest-news .latest-news-button {
background: #ce0505;
}

#contact-us {
background-color: #ce0505;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a{
color: #a2a2a2;
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:hover{
color: #ce0505;
}
.markup-format a {
color: #ce0505;
}

Hi @lorna,

Always use a child theme. See in attach a short manual on how you could make a child theme.

Regarding your changes, if the built in css does not work try use this simple custom css plugin:

Thanks,

Cristian

Hi Cristian

Yes, I will, I have learnt my lesson haha.
Thank you very much for that resource, I really appreciate it.

Thank you. It is all working now.

I will create my child theme asap.

All the best and thanks again!

Lorna

Hi @Lorna,

Glad that I could help,

Wish you all the best,

cristian