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.
Need fast email support? Get SiteOrigin Premium
Replies
2This is the custom CSS i have currently
h1 {
color:#f14735 !important;
font-size:45px !important;
text-align:Center !important;
}
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.