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

    Is it possible to do a list of all the blog posts with just the title and category without the featured image.

    #1124496

    Hey SandraSquires,

    Please try a different blog size and we can help you hide the images then.
    Screen Shot 2019-08-04 at 12.56.57.jpg

    Best regards,
    Victoria

    #1124754
    This reply has been marked as private.
    #1125000

    Hi,

    Please try this in Quick CSS:

    .page-id-1658 a.slide-image {
      display:none;
    }

    Best regards,
    Rikard

    #1125117
    This reply has been marked as private.
    #1125261

    Hi SandraSquires,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .post-entry-1658 h3.slide-entry-title a {
      font-size: 18px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1125267
    This reply has been marked as private.
    #1125511

    Hi,

    Please try this CSS instead if you want it to apply to the whole site:

    #top h3.slide-entry-title a {
      font-size: 18px;
    }

    Best regards,
    Rikard

    #1199542

    I would like to have all of my categories to show in alphabetical order. How do I do that?
    Also, is it possible to remove the icon from the blog listing? Or change it for different categories?

    I have also arrange the date order to show in alphabetical order but that isn’t working either. Any help!

    I FOUND MY ISSUE. CLOSE.

    • This reply was modified 4 years, 7 months ago by SandraSquires.
    #1200640

    Hi SandraSquires,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog Post listed with no featured image’ is closed to new replies.