Text Syle of the page title

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Jun 16, 2015 11:16 pm
Hi, i was wondering how to change the text style of the page title, see here "Satellites", http://irishpokercup.com/satellites/

also can i change the size ? i dont mind doing it site wide either if thats the only option

thanks and regards Keith
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 7:44 am
Hi,

Please add this custom css (for titles on all your pages):
Code: Select all
article header h1 {
   font-size: 30px;
}


or this one (only for the satellites page):
Code: Select all
.page-id-996 article header h1 {
   font-size: 25px;
}
User avatar
Moderator

GK User
Wed Jun 17, 2015 9:19 am
thanks which css file should i use to put in the custom code?

Regards Keith
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 9:27 am
this is the code i want to enter

article header h1 {
font-size: 30px;
}
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 11:05 am
i have put the below code in the override.scc but nothing happening,
article header h1 {
font-size: 30px;
}
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 11:41 am
Did you enable override.css option from Template Options -> Advanced tab?
Please check this article:
https://www.gavick.com/blog/adding-cust ... ress-theme
User avatar
Moderator


cron