• Resolved globaltom

    (@globaltom)


    Hi,

    I would like to decrease the font size of the title, of a news widget in the right sidebar.

    I have been trying a few codes under appearance / widget / addtional CSS, but I am not skilled enough to find out the right code.

    Thank you very much.

    Best regards
    Thomas

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please disable the right-click blocker you have installed on your site.

    Thread Starter globaltom

    (@globaltom)

    Hi Steve,

    Thanks for your help.

    Plugin deactivated.

    Kind regards
    thomas

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    For 1,

    secondary .widget-title, #secondary .widgettitle {
        font-size: 16px;
    }

    For 2,

    #secondary .entry-title, #colophon .entry-title, #secondary #introduction .entry-container .entry-title, #colophon #introduction .entry-container .entry-title {
        font-size: 14px;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer.  https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Thread Starter globaltom

    (@globaltom)

    Hi Steve,

    For 1
    #secondary .widget-title, #secondary .widgettitle {
    font-size: 16px;
    }

    It works

    A huge thank you

    Wishing you a great week

    Best
    Thomas

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Widget Title CSS’ is closed to new replies.