Avatar of Alicia St Rose
Alicia St Rose
Flag for United States of America asked on

Weird. Changes to Stylesheet not showing

Hi!
This is peculiar and I can't figure out what's going on. Maybe some caching issue on the hosting company server?

Anyway, I've edited this line in the stylesheet: 1143:

.single .hentry {
	padding-bottom: .5em;
	border-bottom: 2px dashed #9e1ea3;
}
.blog .hentry,
.archive .hentry {
	padding-top: 1em!important;
	border-top: 2px dashed #9e1ea3!important;
}

Open in new window

I want the border on top rather than bottom for archive and blog pages. I see the changes in the admin Editor under Appearance. I see the changes when I view the file through FTP. But when I click on the stylesheet link in "View Source", or view in the inspector,  the changes aren't there!

.single .hentry, .blog .hentry, .archive .hentry {
    padding-bottom: .5em;
    border-bottom: 2px dashed #9e1ea3;
}

Open in new window


Subsequently, I don't see the change happening o the site. I cleared my cache and I checked in Firefox and Chrome.

Anyone ever had this happen?

The site:

http://brucehale.com
CSSWordPressWeb Browsers

Avatar of undefined
Last Comment
Alicia St Rose

8/22/2022 - Mon
Randy Downs

If Wordpress is using a cache plugin you should clear it too. Ditto for CDN if you use caching.
Alicia St Rose

ASKER
No caching plugin, no CDN. No idea. :(
Kim Walker

It seems to be working fine on the blog page. How do I get to the single and archive pages?
Your help has saved me hundreds of hours of internet surfing.
fblack61
Randy Downs

Have you tried different browsers & different computers?

Which css file is it? maybe the active file is minified.

<link rel='stylesheet' id='formidable-css'  href='http://brucehale.com/wp-content/uploads/formidable/css/formidablepro.css?ver=616521' type='text/css' media='all' />
<link rel='stylesheet' id='jquery.bxslider-css'  href='//brucehale.com/wp-content/plugins/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='Axl_Testimonials_Widget-css'  href='//brucehale.com/wp-content/plugins/testimonials-widget/assets/css/testimonials-widget.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='popup-maker-site-css'  href='http://brucehale.com/wp-content/plugins/popup-maker/assets/css/site.min.css?ver=1.4.15' type='text/css' media='all' />
<link rel='stylesheet' id='bruce-hale-style-css'  href='http://brucehale.com/wp-content/themes/bruce-hale/style.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css'  href='http://brucehale.com/wp-content/themes/bruce-hale/css/font-awesome.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='upw_theme_standard-css'  href='http://brucehale.com/wp-content/plugins/ultimate-posts-widget/css/upw-theme-standard.min.css?ver=4.6.1' type='text/css' media='all' />

Open in new window

ASKER CERTIFIED SOLUTION
Alicia St Rose

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Alicia St Rose

ASKER
Problem was solved by contacting Hosting Provider. I'm hoping the solution will help others who may have an file updating issue and have not yet updated their WordPress Core to 4.6.1!