A new Title block has a grey line above the text. How do I get rid of this?

gigabit07
19 Posts
gigabit07 posted this 05 January 2020
Ask a Question

I wish to get rid of the line shown above the word 404 on this page.

https://maitlandchinesemassage.com.au/404

It is a simple Text block with the first line of Text as type Title.

Please advise, I've looked everywhere but don't see where this comes from.

Cheers
Mark

I wish to get rid of the line shown above the word 404 on this page. https://maitlandchinesemassage.com.au/404 It is a simple Text block with the first line of Text as type Title. Please advise, I've looked everywhere but don't see where this comes from. Cheers Mark
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 06 January 2020

Hi Mark,

Since the stylesheet on your website is optimized we cannot see which CSS file adds this line. But please try adding the following code to the Nicepage Site Settings or Page Properties >> CSS field to remove it manually:

h1:not(.site-title):before, h2:before {
    display: none;
}

This should help.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Mark, Since the stylesheet on your website is optimized we cannot see which CSS file adds this line. But please try adding the following code to the Nicepage Site Settings or Page Properties >> CSS field to remove it manually: h1:not(.site-title):before, h2:before { display: none; } This should help. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments