Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858920

    highlandadventures
    Participant

    hi…I am trying to reduce the font of the post title shown under the recent post widget (sidebar) for http://kb.machupicchu.com/peru-travel/visiting-machu-picchu/ (scroll down to see it). I search your database and tested several CSS other people had asked for, but nothing worked. thanks for your help. C

    #859771

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .widget.widget_recent_entries li a {
        font-size: 120%;
        font-weight: 300;
    }

    Hope that helps. 🙂

    #859896

    highlandadventures
    Participant

    thanks…worked.

    #860112

    Prasant Rai
    Moderator

    You are most welcome. 🙂