This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Headline Widget Font Size

10 years ago · Last reply by Andrew Misplon 10 years ago

See website http://LearnWebsiteMaking.com

See the Headline Widget that says “INVESTMENT”

I want to increase the size of the font for the Sub headline.

Also would like to center the sub headline for all the 3 Headline Widgets to ideally center it from top to bottom as well.
– YOU WILL LEARN
– QUALIFICATIONS
– INVESTMENT

Can this be done by tweaking some CSS?

I saw some thread that is talking about something related, not sure if that addresses my need

Headline Widget customization

URL: http://LearnWebsiteMaking.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 6 months ago

    Hi Rishi

    Thanks for reaching out and for your support.

    1. Edit the row with the Headline widgets you want to change the h3’s in. Click Attributes top right, enter a row class:

    custom-headline

    Then go to Appearance > Custom CSS and try something like:

    /* Custom Headline Widget */
    .entry-content .custom-headline .sow-headline h3 {
    font-size: 1.5em;
    }

    To make this more specific you could also edit a widget and insert the class name in the widget Attributes vs the row Attributes.

    Adjust the size value as required.

    Not quite with you on centering. Everything looks centered now; could you perhaps explain that a bit further.

    Thanks :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread