php - Wordpress Theme Modifications - Style.css Note Updating -


i'm working on website. using wordpress along theme. i'm trying make modifications theme. i'm doing via child theme recommended.

i'm running issue i'm trying make changes in child's style.css . however, many of these changes not seem going through.

as example (refer website here: coffeedev.com), i'm trying make main container's corners rounded. i'm doing 'border-radius' function.

when in child theme's style.css, changes not take place. i'm trying understand why changes aren't taking place.

from research, believe either due webhosting (through godaddy) having kind of server caching, changes aren't updating when reload page, or due underlying overriding taking place. however, i'm not familiar enough css determine overriding take place.

any appreciated!

issues when server running ats, varnish or similar cache utility author has no control over. cache files stick around while , users have no control on caching applications. if want css, javascript, image or other asset updates reflected instantly, perfect solution you.

https://wordpress.org/plugins/wp-version-in-query-string-modifier/


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -