Home>Support>Center H1 Page Title Except For Home Page

Center H1 Page Title Except For Home Page

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 19 days ago lagolfer09

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

  2. 9 years, 18 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More