Find and remove custom CSS

mwaddell2
7 Posts
mwaddell2 posted this 03 December 2019
Ask a Question

I'm still learning NP. Yesterday I created custom CSS in several places to style the < a> element. Now I want to remove the CSS but I cannot find where it is. Wherever I look - page CSS or site CSS - it shows blank (good). But, when I preview the page in Chrome or Firefox the inline (custom) CSS is still in effect. I recognize it because it is the CSS I created yesterday. But, darn, I cannot find it in the Windows app anywhere so that I can remove it. Using Firefox inspection, the CSS says, "<inline style sheet #4> 2 rules". The rules are:
`a{

                                        background-color: silver;
                                        color: navy;
                                        padding: 1px;
                                        }
  p {
                                        color: white;
                                        }

`

I&#39;m still learning NP. Yesterday I created custom CSS in several places to style the &lt; a&gt; element. Now I want to remove the CSS but I cannot find where it is. Wherever I look - page CSS or site CSS - it shows blank (good). But, when I preview the page in Chrome or Firefox the inline (custom) CSS is still in effect. I recognize it because it is the CSS I created yesterday. But, darn, I cannot find it in the Windows app anywhere so that I can remove it. Using Firefox inspection, the CSS says, &quot;&lt;inline style sheet #4&gt; 2 rules&quot;. The rules are: `a{ background-color: silver; color: navy; padding: 1px; } p { color: white; } `
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 03 December 2019

Hi Michael,

Nice to hear that you have found the solution. Feel free to contact us on any other occasion.

...................................................
Sincerely,
Hella
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 Michael, Nice to hear that you have found the solution. Feel free to contact us on any other occasion. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mwaddell2
7 Posts
Is Solution
mwaddell2 posted this 03 December 2019

Ahhhh - I found it. My inline style was hiding in an HTML element. My fault. Long day.

Ahhhh - I found it. My inline style was hiding in an HTML element. My fault. Long day.
You must log in or register to leave comments