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

    Hi

    I would like to get in shape the slider articles

    – Justify the title
    – Justify the text
    – decrease the size’s “Read more”
    – Remove the comments

    Thanks for your help

    #879898

    Hey sandra1307,

    Please, share the website link in a secure note?

    Best regards,
    John Torvik

    #880170

    yep

    #881132

    Hi sandra1307,

    This is the code from another thread + the code to hide comments.
    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

    
    .avia_transform a:hover .image-overlay {
        opacity: 0.5 !important;
    }
     .avia-content-slider .slide-meta time.slide-meta-time {
      display: none;
    }
    .html_modern-blog .post-entry .slide-meta .slide-meta-del {
      display: none;
    }
    .avia-content-slider .slide-entry-excerpt {
      font-size: 14px;
      text-align: justify;
    }
    .html_elegant-blog .avia-content-slider .slide-entry-title {
      text-align: justify;
    }
    
    footer.entry-footer {
      display: none;
    }
    

    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.