• Resolved RinsD

    (@rinsd)


    Hi,

    I would like to change the font size in the sidebar widget ‘Latest news items’ to 15px. Also I would like to add padding between the different new items.

    I have installed the custom CSS plugin, but can’t figure out the right code to make these changes.

    Would very much appreciate some advice!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter RinsD

    (@rinsd)

    Solved it, maybe not the most efficient code, but it works:

    body .container.sidebar.widget_recent_entries {font size: 15px; font color: #333}

    .widget-area {
    font-size: 15px;
    }

    .widget ul {
    font-size: 15px;
    text-transform: none;
    color: #333;
    line-height: 1.6;
    }

    Sam

    (@soumendra)

    Hello,

    Can you please provide the link to your site, so that i can help you regarding that.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change layout sidebar widget’ is closed to new replies.