Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #731828

    I am looking everywhere and can not find options to remove and also customize the fonts of the blog shortcode on my blogs page.
    Please look at the image below. I would like to remove the author and comments/date marked in red, and also decrease the font size for the title, maybe the color too.

    i did play with the options in Enfold>Blog Layout but is not affecting the blog shortcode of course.
    I am using the “Enfold Health Coach” style of the theme.
    Thanks a lot

    Blog shortcode

    #731946

    Hey vero,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #731948

    https://goo.gl/3HeQb2

    Thank you Rikard

    #732036

    Hi,

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

    .page-id-259 .slide-meta {
      display:none !important;
    }
    
    .page-id-259 h3.slide-entry-title a {
      font-size: 20px !important;
    }

    Best regards,
    Rikard

    #732110

    ahhh that worked perfect. Thank you so much!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove meta elements in blog shortcode’ is closed to new replies.