Disable Page Title on page and How to change text size?

Home Forums All Other Themes Disable Page Title on page and How to change text size?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33617
    RainRain
    Member
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 7, 2016

    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!

    #33729
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi Rain,

    Kindly show us your website URL.

    Regards,
    Brad

    #33778
    RainRain
    Member
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 7, 2016

    Hi 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.

    #33858
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Page 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,
    Shri

    #33863
    RainRain
    Member
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 7, 2016

    Thanks! 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!

    #34029
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    You 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>
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.