Okay
  Public Ticket #2672860
Font size
Closed

Comments

  •  2
    Saliant started the conversation

    Hi can we increase the font size for recent post en popular posts?


    7823989804.png


  •  2,963
    Andrew replied

    Hi Saliant,

    Use the following custom css:

    .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-title, .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-date {
        font-size: 18px !important;
    }
    

    Kind regards.

  •  2
    Saliant replied

    hi thank you that worked. However, my bad I had to be more clear. I only want to change the font size of the title of the section: so only the term popular and recent posts

  •  2,963
    Andrew replied

    Hi Saliant,

    Please send your website url.

    Thanks.


  •   Saliant replied privately
  •  2,963
    Andrew replied

    Hi Saliant,

    Please try this css:

    body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
        font-size: 27px;
    }

    Thanks.

  •  2
    Saliant replied

    thank you :)