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.

Center H1 Page Title Except For Home Page

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

Hi,

I am trying to centre my page titles (H1) apart from the one on the home page (which I would like to leave left justified). I have added the below to my custom CSS (which has centred all H1’s). What would I need to add – so that it leaves the home page alone?

Many thanks,

Luke

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. lagolfer09 10 years, 5 months ago

    This is the custom CSS i have currently
    h1 {
    color:#f14735 !important;
    font-size:45px !important;
    text-align:Center !important;
    }

  2. Andrew Misplon Staff 10 years, 5 months ago

    Hi Lagolfer09

    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.

    .home h1 {
    text-align: left;
    }

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