Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #175080
    Bertus
    Participant

    How can i Change the font size of the title shown on each page? And where is the setting to show or not show the title?

    #175086
    Skandha
    Participant

    @bertus: To change the font size of titles on each page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
    	font-size:40px;
    }

    Please post in your site URL and let me know where you want to hide the title.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Title shown on each page, font size, show / not show’ is closed to new replies.