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.

change text size in Header widget ‘Layout builder’

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

Hi I’ve been trying to change the size of text of “Call: 07775726738 or send me an email” in the header Layout builder widget. If I change to H1 it goes huge, H2 and the rest make no difference. I’ve tried putting in this code below but it makes no difference:

/* Vantage Heading Styles */
.entry-content h2 {
font-size: 18px;
margin-top: 0;
}
.entry-content h3 {
font-size: 16px;
margin-top: 0;
}
.entry-content h4 {
font-size: 15px;
margin-top: 0;
}
.entry-content h5 {
font-size: 14px;
margin-top: 0;
}
.entry-content h6 {
font-size: 13px;
margin-top: 0;
}
/* Headline Widget */
.widget_headline-widget h1 {
font-size: 22px !important;
}
.widget_headline-widget h2 {
font-size: 20px !important;
}
.widget_headline-widget h3 {
font-size: 18px !important;
}

URL: http://www.langley-electrics.co.uk/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Elise

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Header Widget Area */
    #header-sidebar .textwidget h2 {
    	font-size: 16px;
    }
  2. Aida 9 years, 6 months ago

    Hi Andrew,

    I have tried doing that but nothing changes…I even changed 16px to 20 and still nothing…Do I have the text in the code?

    Thank you,

    Aida

  3. Andrew Misplon Staff 9 years, 6 months ago

    Hi Aida

    Thanks for reaching out. Do you have a new thread for this topic? If not, please open one and send me the link here. I’ll attend ASAP.

    Page: New Thread

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