• Resolved Username87

    (@olinobnizov)


    If you use this theme as a single page site the name of the single page is annoyingly displayed TWICE at the top of the page under the site identity. What would I need to delete from the editor to get rid of one or both of these page titles. site problem

    I want to get rid of this page title at least once if not twice.

    • This topic was modified 8 years ago by Username87.
    • This topic was modified 8 years ago by Username87.
Viewing 3 replies - 1 through 3 (of 3 total)
  • LebCit

    (@lebcit)

    Hello @olinobnizov,

    The first page title in your screen shot is a menu.
    The second is the title of your Post/Page.

    If you want to remove the first, you can remove the menu from the backend or create an empty one and assign it ??
    If you want to remove the second :

    .entry-title {
     display: none;
    }

    Please note that you should use a child theme for your customization or a custom css plugin.

    SYA ??

    Thread Starter Username87

    (@olinobnizov)

    I didn’t realize the first one was just a menu. I saved the menu with no links and now it’s gone. Thank you so much.

    This is resolved.

    Theme Author Alex Dimitrov

    (@xavortm)

    Glad you fixed your issue, @olinobnizov ?? if you have more issues feel free to ask, I will try to answer and fix if it’s a problem in the theme.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rid of post titles in single page site?’ is closed to new replies.