Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1007836

    Hi,
    I would like to remove the dates from my blog-pages/category-pages.
    2018-09-10_1008
    Can you help me?
    Regards Peter

    #1007878

    Hey Peter,

    Thanks for the screenshot and link, though I couldn’t locate that element on your actual site. Could you link directly to examples so that we can give you accurate CSS please?

    Best regards,
    Rikard

    #1009528
    #1009779

    Hi Peter,

    Thanks for the links. Please try the following in Quick CSS under Enfold->General Styling:

    .category .date-container, .category .text-sep-date {
      display:none;
    }

    Best regards,
    Rikard

    #1009865

    Hi Rikard,

    It worked…Thanks a bunch!

    Now I also have another site https://mtbsporet.dk, where I tried to apply a code I got in here that were working on testsogbedst. Can you see what i´m doing wrong.

    time.av-magazine-time.updated { display: none !important; }

    #top.home .av-magazine-time.updated {display: none !important;}

    Kind regards Peter

    #1010008

    Hi Peter,

    Great, glad you got it working. Are you trying to hide the time/date on the front page? If so then please try this CSS on the MTB site:

    .home .slide-meta-time {
      display:none;
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 2 months ago by Rikard.
    #1010071

    Hi Rikard,

    Can´t get it working :-/

    Kind regards Peter

    #1010072

    You might wan´t login info?
    Can you give me an email?

    Kind regards Peter

    #1010077

    Hi!

    Please try this css code:

    
    #top  .avia-content-slider .slide-meta time {
        display: none;
    }
    

    If you just want to hie the time on the front page/homepage use:

    
    #top.home  .avia-content-slider .slide-meta time {
        display: none;
    }
    

    Best regards,
    Peter

    #1010084

    Hey Dude,

    It worked :-)

    Now I just need to make this part so that these will also will go away (see screenshot) – or in the right side those dates/times that are standing there.

    Kind regards Peter

    #1010085

    Screenshot

    #1010140

    Hi Peter,

    Thanks for the screenshot. Please try this as well:

    .home .news-time {
      display:none;
    }

    Best regards,
    Rikard

    #1010187

    Hi Rikard,

    It worked, but only on the frontpage.

    In the category pages it still look like this:
    2018-09-15_1731

    Kind regards Peter

    #1010255

    Hi,

    Please remove the .home and it should be fixed :)

    Best regards,
    Basilis

    #1010512

    Hi,

    Great…. Works!

    Kind Regards Peter

    #1010567

    Hi Peter,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.