Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #581599

    Hi,
    I want to change the title size of posts and hide the date.
    Thanks

    PS : Sorry for my poor english, I am french.

    #581631

    Hi jmkeyru35!

    adjust font size with this code inside of Quick CSS field:

    .avia-content-slider .slide-entry-title {
    font-size: 20px;
    }
    

    and adjust it as needed.

    Remove date with this code:

    time.slide-meta-time.updated {
    display: none;
    }
    

    Best regards,
    Andy

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