Hi there,
How can I hide/remove the post date from magazine view on my homepage http://www.olbafotograf.com ?
Thanks,
Orhan
Actually, we don’t want post date appear along website.
Hey!
Each area is different and it is been controlled with different CSS.
You can use Debugger to target each of those elements, and add to custom CSS a class
display: none;
which will hide it.
Let us know if you can not get through with it, to provide some samples
Best regards,
Basilis
Hell Basilis,
Thanks for your quick reply and the tip :)
Since I’m not a codeman, need you to give an example. I thought I found that element as “<time class=”av-magazine-time updated” itemprop=”datePublished” datetime=”2017-01-14T13:27:57+00:00″>14 Ocak 2017</time>”. How can I use that CSS with it?
Thanks,
Orhan
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-magazine-time {
display: none;
}
Let us know if this helps :)
Best regards,
Nikko
It worked. You can close the topic. Thanks :)
Hey,
Glad we could help :)
Regards,
Nikko