Changing the header print color in theme 2013 to white
-
In the main theme style.css file I changed
this
.site-header .home-link {
color: #141412;
display: block;
margin: 0 auto;
max-width: 1080px;
min-height: 230px;
padding: 0 20px;
text-decoration: none;
width: 100%;
}to this
.site-header .home-link {
color: rgb(255,255,255);
display: block;
margin: 0 auto;
max-width: 1080px;
min-height: 230px;
padding: 0 20px;
text-decoration: none;
width: 100%;
}and it works fine and changes header print to white
I put the main style.css 2013 theme back to original black – and all was still fine
However when I made the same change to my 2013 child theme – it didn’t work
Could someone tell me what else I need to do to my 2013 child themeMany thanks
- The topic ‘Changing the header print color in theme 2013 to white’ is closed to new replies.