Hi
I want to remove the date under each entry on this page http://performancecatalyst.uk/what-they-say/
Plus I want to remove the option for someone to be able to leave a reply at the bottom of all blog posts http://performancecatalyst.uk/paul-nixon/
I’d also like to drop the main menu down to the bottom of the header panel so that it sits just above the line.
Many thank for your help
Rupert
Hi Rupert!
1- Please add following code to Quick CSS
span.av-masonry-date {
display: none !important;
}
2- Please edit your blog post and click on Screen Options on the right top side of the screen and check “Discussion” and scroll down and uncheck “Allow comments”
3-
.av-main-nav > li > a > .avia-menu-text {
top: 25px;
position: relative;
}
Cheers!
Yigit