Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #652642

    Hi

    I have a post slider based on Portfolio entries and set to display only Title and Excerpt but it displays all other informations as tags number of comments etc.. I even tried wiyh only Title and it the same. it still displays everything under the image.
    Please see the example bellow
    Thank you

    #652916

    Hey hdpcr,

    Could you please provide login details to your site, so that we can have a closer look at the element. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    #653155

    Sure

    Thank you

    #653205

    Hey!

    Please add to your Custom CSS

    .slide-meta { display: none; }
    

    and let us know if that solves your issue?

    Regards,
    Basilis

    #653440

    Hi

    I added the Cusstom CSS and still the same, Nothing has changed

    Thank you

    #654599

    Hi,

    Please use this instead:

    .slide-content .blog-categories.minor-meta {
        display: none !important;
    }

    That code will remove the category container.

    Best regards,
    Ismael

    #654932

    Hi

    It works, but it still displays comments counts that i don’t need it to be displayed. Also the title is not centered and excerpt is in different color than title. How can i center the title and change the color to white to excerpt.

    Thankx

    • This reply was modified 8 years, 4 months ago by hdpcr.
    #655229

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .slide-meta-comments {
        display: none!important;
    }
    .avia-content-slider .slide-entry-excerpt {
        color: #be202d;
        text-align: center;
    }

    Regards,
    Yigit

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