Hi @stirlingdp,
Please remove code as per describe below.
1. In your style.css file On 199 line:
.site-nav-upper {
/* border-bottom: 1px solid #CCCCCC; */
}
2. In your style.css file On 209 line:
.site-nav-lower {
/* border-bottom: 1px solid #CCCCCC; */
}
3. Please find below code in your theme files and remove it.
<div class=”sticky-post”>
<span class=”label label-default pull-left”><span class=”glyphicon glyphicon-file” aria-hidden=”true”></span>
Standard</span>
</div>
Please do it. I hope it will help you. If you have any query or concern then let me know.
Thanks,
Rushabh Shah
Hi Rushabh,
The lines have gone! Thank you very much. I’m sorry but I could not find the <div class=”sticky-post”> code. I looked functions.php. is this the wrong file? Where is the “theme file” you refer to.
Thanks for any help!
The code below worked for the removal of the “standard” tag
span.label.label-default.pull-left {
display: none;
}
Hi @stirlingdp,
No need to “Thank you”. I fell happy to solve your problem.
greetings,
Rushabh Shah