Removing dates from all pages
-
Hi all,
On my WP website that uses Quality theme, there are dates that appear on each page automatically. I saw a previous thread where this issue was resolved by a member’s help who suggested putting the following code in the CSS:.qua_post_date {
display: none;
}Now, I tried putting the above code (after commenting out the original piece of code related to dates), but it doesn’t work any more. Does something different need to be done now? Or maybe I’m not commenting the old code out properly (I’m not a techie)? This is what I did:
.qua_post_date {
/* border-radius: 0px; */
/* display: block; */
/* font-family: ‘OpenSansSemiBold’; */
/* float: left; */
/* height: 70px; */
/* margin-right: 2%; */
/* margin-left: 0%; */
/* width: 70px; */
/* padding: 15px;*/display: none;
}Any and all help will be highly appreciated, thanks!
– S J
- The topic ‘Removing dates from all pages’ is closed to new replies.