Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #738210

    Hi there,

    How can I hide/remove the post date from magazine view on my homepage http://www.olbafotograf.com ?

    Thanks,
    Orhan

    #738218

    Actually, we don’t want post date appear along website.

    #738237

    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

    #738270

    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

    #739757

    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

    #740080

    It worked. You can close the topic. Thanks :)

    #740116

    Hey,

    Glad we could help :)

    Regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide Post Date from Magazine’ is closed to new replies.