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

    Hello!

    In the post-slider element: How can i change the fonts size from the single post tilte?

    best regards,
    Susanne

    #875617

    Hey Susanne,
    Try this code in the General Styling > Quick CSS field:

    .grid-entry-title.entry-title {font-size: 18px !important; }

    adjust the number to suit.

    Best regards,
    Mike

    #876092

    Hi,
    thank you. But that´s not working.
    Please look at the image.
    Do you have another idea?

    http://huber-beuss.com/wp-content/uploads/2017/11/news-fonts.png

    #876385

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

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

    Best regards,
    Yigit

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