Denzel Chia
    Moderator
    Posts: 2656
    January 18, 2016 at 10:28 am #23616

    Hi,

    I’d like to make the font look better

    Please tell me how you want to make it look better. Bigger? change color?…

    for the images for the popular articles plugin, I’d like to make them have a space after the title and the font be larger.

    Please add the following in Theme Options -> Custom CSS

    .widget_my_popula_posts ul li {
    margin-bottom: 50px !important;
    }
    .widget_my_popula_posts ul li a {
    font-size: 15px !important;
    }

    Thank you.

    Lee Wilson
    Spectator
    Posts: 8
    January 21, 2016 at 6:57 pm #23707

    Thank you. The changes to the popular articles listings looks good.

    As far as making the font look better on the right side above it, the font should be a little larger. I might have to see it larger to know what other changes, if any, are needed. Thanks!

    Imran
    Spectator
    Posts: 402
    January 21, 2016 at 10:14 pm #23712

    Hi Lee,

    Thanks for writing in!

    As far as making the font look better on the right side above it, the font should be a little larger.

    Please add the following code under your Theme Options -> Custom CSS

    .widget-title {
    font-size: 23px !important;
    margin-left: 18px;
    }

    If you wish to justify the ‘Popular Articles’ text (see: http://prntscr.com/9t3ux6); you can use the above code, otherwise remove the “margin-left: 18px;” from the provided code.

    Thanks!