Tagged: , , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1488003

    Hi, I have tried about every code provided from previous support topics to remove the date and separator “/” symbol from both the blog module and actual blog post, but no luck. I’ve provided admin access in Private Content for you to look. The latest code I tried was:

    .container .minor-meta {
    display: none;
    }

    #1488028

    Hey imagestudios,

    Please try this CSS instead:

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

    Best regards,
    Rikard

    #1488048

    Hi Rikard,
    Perfect. That worked for the actual blog post—thank you so much! It doesn’t remove the dates from the matrix of posts on the blog posts content element in the link shown in in Private Content.

    #1488053

    Hi,

    Please try this instead:

    .avia-content-slider .slide-meta time {
      display: none !important;
    }

    If it still doesn’t apply after that, then try toggling the file compression options under Enfold->Performance. You could also try to activate the option to delete all old CSS and JS files on the same page.

    Best regards,
    Rikard

    #1488054

    That worked. Thanks again! I am wanting the separator line to be removed as well. I tried:

    .avia-content-slider .slide-meta-del {
    display: none !important;
    }

    But that didn’t work.

    #1488061

    Hi,

    It looks like it’s gone already? Or do you mean between the date and comments?

    Best regards,
    Rikard

    #1488070

    Yes, between date and comments.

    #1488074

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-content-slider .slide-meta time {
      display: none !important;
    }
    .slide-content .slide-meta .slide-meta-del {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 08 14 at 3.50.23 PM

    Best regards,
    Mike

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