Home › Forums › All Other Themes › Disable Page Title on page and How to change text size?
- This topic has 5 replies, 3 voices, and was last updated 7 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
May 14, 2016 at 8:15 pm #33617
Hi!
Is there any way to disable the page title on each page?
Also, how can i change my text size on specific pages. For example, making some text a header, some smaller, Etc.
Thanks so much!
May 16, 2016 at 6:36 am #33729Hi Rain,
Kindly show us your website URL.
Regards,
BradMay 16, 2016 at 3:00 pm #33778Hi brad, for example:
http://pop.fitness/beginners-guide-to-fitness/
I want to remove the page title on these pages. I want to be able to change the text size on the page’s text.
May 17, 2016 at 8:00 am #33858Page titles are h1 font size and color.
Similarly page font like paragraph fonts are also given in Appearance>theme options>basic settings.
For removing them you can add this in appearance>theme options>basic settings>Custom CSS box:
h1.entry-title, h1.page-title{display:none;}
Regards,
ShriMay 17, 2016 at 9:29 am #33863Thanks! I was able to remove the page titles!
Is there any way to change the font size on individual pages? I know i can change the settings in appearance, but there are certain things i’d like to be larger (for example header size), and certain things smaller, etc. This will probably vary page by page.
Thanks so much for your help!
May 18, 2016 at 12:43 pm #34029You can include inline css in text mode of the pages and use your own font size and color.
Something like this:
<span style="font-size: 11px; color: #aaaaaa;">Hello</span>
-
AuthorPosts
- You must be logged in to reply to this topic.