• Hello, first I would like to say that the sueva theme is great. I’m considering buying the Pro version. Only before I wanted to ask if it is possible to remove the heading of the page and the dotted line.
    I’ve already tried the tips here from the forum but the headline and the line remain. To avoid misunderstandings, I added a screenshot to show what I am doing: https://pl.vc/ih0la
    If it is important. It is this homepage: https://www.eiland-poel.de

    Many greetings, manuel

    • This topic was modified 8 years, 5 months ago by mandulli.
    • This topic was modified 8 years, 5 months ago by mandulli.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi

    try to add this custom css code from the option panel of Sueva, to hide the title and line under your homepage.

    body.page-id-23 .title, body.page-id-23 .line { display:none;visibility:hidden; }

    Best regards

    Alex

    WPinProgress

    Thread Starter mandulli

    (@mandulli)

    thanks for the fast respond. It works but only for the start page. Maybe I have expressed myself wrong but I would like to have it for all sides so. Is this also possible?

    Best wishes

    Theme Author alexvtn

    (@alexvtn)

    you can replace the previous css code with

    body .title,
    body .line { display:none;visibility:hidden; }

    Best regards

    Alex

    WPinProgress

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove site header and dotted line’ is closed to new replies.