Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1468743

    I have managed to hide the blog meta elements on my main blog page but the settings don’t seem to apply to blog posts added using the Blog Content Element. How can I hide these please?

    #1468769

    Hey trevorwilson,

    Thank you for the inquiry.

    Where can we see the issue, and which meta info are you trying to hide? Please provide the site URL in the private field so that we can check the elements.

    Best regards,
    Ismael

    #1468791

    Hi Ismael – I’ve included more details in the private content for you :)

    #1468822

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-2002 .avia-content-slider-inner span.blog-categories {
      display: none; 
    }
    
    .page-id-2002 .avia-content-slider .slide-image {
      max-height: 210px;
      height: 210px;
    }

    Note that it will only apply to the blog page.

    Best regards,
    Rikard

    #1468831

    Hi Rikard,

    Thanks for your message. I would really like them to be hidden on non-blog pages where I have used the Blog Content Element instead. Is there a way to do that?

    #1468864

    Hi,

    Please try using this CSS instead:

    .avia-content-slider-inner span.blog-categories {
      display: none; 
    }
    
    .avia-content-slider .slide-image {
      max-height: 210px;
      height: 210px;
    }

    Best regards,
    Rikard

    #1468909

    Hi Rikard,

    Thanks for your quick reply. That code did fix the sizing issue (thank you!) but I am afraid the Categories still show below the thumbnails?

    Best regards,

    Trevor

    #1468927

    Hi,

    Please try this instead:

    .avia-content-slider-inner span.blog-categories {
      display: none !important; 
    }
    
    .avia-content-slider .slide-image {
      max-height: 210px;
      height: 210px;
    }

    Best regards,
    Rikard

    #1468945

    YES! That’s fixed my problem perfectly, thank you :)

    #1468964

    Hi,

    Great, I’m glad that we could help. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide Blog Meta Elements’ is closed to new replies.