Child Theme style sheet
-
Changes to my child theme are not working. Simple changes such as adding a border to the page have no affect. There should be a blue border around the page. In addition my code to remove the author and time meta is not working either. I am using the the following code:
#page {
background: white;
border: solid 2px #0076C0;
width: 1020px;
margin: 40px auto;
}
}
/*Remove Author and Date from Page */
.entry-header .entry-meta {
display: none;
}Can anyone see what is wrong here.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Child Theme style sheet’ is closed to new replies.
