Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1066724

    Is there a way to modify the post slider element to display only the contents of a post and not an image (author or featured) and/or the excerpt? Can this be part of a child theme so I don’t lose the modification in future theme updates?

    #1067278

    Hey Jill,

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

    .slide-entry .slide-image {
      display:none;
    }

    Best regards,
    Rikard

    #1068481

    Thanks Rikard. I had figured out the same CSS change to not display the image before you posted this. So what I need now is a way to show the content of the post and not just a small excerpt. Is there a way (maybe a custom function?) to display either the entire content or at least a much larger excerpt of the post?

    #1068975

    Hi jlbeim,

    Here is a thread for you to consider

    If you need further assistance please let us know.
    Best regards,
    Victoria

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