Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #859110

    Wonderful Enfold support team!

    I have a couple of hopefully simple request on the Blog Grid format that I’ve chosen for one of my pages (link listed in Private Content).

    1) Remove Comment Count and Post Date from the grid layout completely
    2) Center the excerpt content (the excerpt on this page displays a date that I’ve manually entered in the post excerpt, not to be confused with the date the post was published)
    3) Reduce the spacing between the post title and the excerpt displayed

    That’s all, thank you!

    #859111

    Sorry one slight edit to my request – As I’m clicking around and changing things, on #2 I’m now looking to center all the text below the featured photo and possibly increase the font size of the post title

    Thanks!

    #859187

    Hi,

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

    .slide-meta {
      display:none;
    }
    
    .slide-entry-excerpt {
      text-align:center;
    }

    Best regards,
    Rikard

    #859338

    Hi Rikard!

    Thanks that worked! It didn’t center the headline nor allow me to change the font size, but I found in another forum this code to do that:

    h3.slide-entry-title {
        font-size: 20px !important;
        text-align: center;
    }
    #859419

    Hi,

    I’m glad Rikards suggestion worked. Do you need further help, or shall I close this thread?

    Best regards,
    Jordan Shannon

    #859443

    Please do. Thanks!

    #859727

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog grid layout help!’ is closed to new replies.