I am setting up a website to be live that is created in Wordpress. The problem here is that I am trying to save some CSS changes I made in developer/Inspector tab but I can't in Internet Explore.
Asked
Active
Viewed 100 times
3 Answers
0
The inspector tab is just for preview. You can't save CSS attributes in there.
Select your CSS codes which you have just writed, open your WordPress dashboard > Appearance > Additional CSS
. Paste into in this area.

WooFocus
- 56
- 2
0
You can go for google chrome and install this https://chrome.google.com/webstore/detail/styleurl/emplcligcppnlalfjknjbanolhlnkmgp
this is cool stuff to view changed css.

Hari Babu
- 16
- 4
0
The developer tools of any browser do not have access to your wordpress account and therefor can not make any changes to the actual site, otherwise anyone could exploit it to modify/delete the contents/appearance of your site.
As previous answer stated add the CSS you changed as Additional CSS in your WP dashboard.

Cray
- 2,774
- 7
- 22
- 32