Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,

    you have to edit the css :

    #home-slider .post-titles, .gallery-slider .post-titles {
        font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    }

    add :

    display: none;

    you obtain :

    #home-slider .post-titles, .gallery-slider .post-titles {
        display: none;
        font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    }

    Like this the title will not appear anymore, but the title is a link to the post, no title no link …

    regards

Viewing 1 replies (of 1 total)