-
AuthorPosts
-
September 10, 2018 at 10:11 am #1007836September 10, 2018 at 12:40 pm #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,
RikardSeptember 13, 2018 at 5:17 pm #1009528Hey Rikard,
Yes ofcourse
https://testogbedst.dk/category/sport/ and https://testogbedst.dk/category/elektronik/Ragards Peter
September 14, 2018 at 4:45 am #1009779Hi 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,
RikardSeptember 14, 2018 at 11:23 am #1009865Hi 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
September 15, 2018 at 7:43 am #1010008Hi 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.
September 15, 2018 at 10:43 am #1010071Hi Rikard,
Can´t get it working :-/
Kind regards Peter
September 15, 2018 at 10:46 am #1010072You might wan´t login info?
Can you give me an email?Kind regards Peter
September 15, 2018 at 11:26 am #1010077Hi!
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,
PeterSeptember 15, 2018 at 11:44 am #1010084Hey 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
September 15, 2018 at 11:47 am #1010085Screenshot
September 15, 2018 at 3:22 pm #1010140Hi Peter,
Thanks for the screenshot. Please try this as well:
.home .news-time { display:none; }
Best regards,
RikardSeptember 15, 2018 at 5:32 pm #1010187September 15, 2018 at 9:02 pm #1010255Hi,
Please remove the .home and it should be fixed :)
Best regards,
BasilisSeptember 16, 2018 at 8:52 pm #1010512Hi,
Great…. Works!
Kind Regards Peter
September 17, 2018 at 5:54 am #1010567 -
AuthorPosts
- You must be logged in to reply to this topic.