Hi!
As stated here (https://forum.tagdiv.com/topic/3x-logo-retina-subcategory-button-directly-article/#post-264152), I am trying to edit style.css file, but website do not reflect my new code.
That’s because index.php file has these links:
<link rel=’stylesheet’ id=’td-theme-css’ href=’/wp-content/themes/Newspaper/style.css?ver=8.8.2′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’td-theme-child-css’ href=’/wp-content/themes/Newspaper-child/style.css?ver=8.8.2c’ type=’text/css’ media=’all’ />
So it can not read the style.css file.
How can I resolve this?
Thanks for your kelp
Hi,
Depend on what are you trying to edit in style.css, because you need to edit the exact on the class/id you want to have the change make, for example well change the background color for menu https://www.screencast.com/t/Nx8eMCBY
https://www.screencast.com/t/IEh1SxLhuo
https://www.screencast.com/t/2dAvRb95Q
Now go on Website and force refresh ( ctrl+shift+r)
Here are the results: https://www.screencast.com/t/cd1xgd6x
Thank you for your understanding.
And that’s ok, but as you can see, the main file of the website do not link at style.css but at style.css?ver=8.8.2
<link rel=’stylesheet’ id=’td-theme-css’ href=’https://informatorecoopfi.it/wp-content/themes/Newspaper/style.css?ver=8.8.2′ type=’text/css’ media=’all’ />
and when I edit style.css, the website do not detect the change
(see it at https://informatorecoopfi.it)
Could it be a webserver configuration issue?