Viewing 1 replies (of 1 total)
  • Hi if you go to the file carousel-horizontal-posts-content-slider.php at line 66 you find: //Post title, Post Description, Post read more
    , so you can comment with ‘//’ line 68 and line 70 to don’t display description and read more..
    OR
    in your css file can add at this .class

    .foo_con {
              display:none;
     }

    and at this

    .more {
              display:none;
     }

    bye
    Maurizio

Viewing 1 replies (of 1 total)
  • The topic ‘eliminate the description’ is closed to new replies.