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;
}