• Hello I need help.

    I Want to delete the title on every page of that theme.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @michaelsum,

    We can hide page title from every page with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .page h1.entry-title {
    display: none;
    }
    

    Kind regards,

    Manoj

    Thread Starter michaelsum

    (@michaelsum)

    Thank you for your answer. It works.

    i have one more question. How can I change the font size in the menu.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete Site Title’ is closed to new replies.