style.css?ver=8.8.2

Posted in: Newspaper
Post count: 27

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

Post count: 35449

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.

Post count: 27

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&#8242; 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?

Post count: 35449

Hi,

The css is take from style.css, that is just the path with the extension to get the css.
Please provide some screenshots with the change you made and the result you want to achieve.

Thank you.

Post count: 27

It was because my child theme had version 7.7.
Editing the right version in style.css file, everything works.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.