Reply To: Target breadcrums with .css

Home Forums Support Target breadcrums with .css Reply To: Target breadcrums with .css

Home Forums Support Target breadcrums with .css Reply To: Target breadcrums with .css

#235409
Bill

Thanks Tom,

I couldn’t get that to work, either. I think there is something more going on. I can’t seem to get anything but very basic .css (Like line height) to stick now for some reason.

I checked another site I just did and I could change the .css in Simple CSS, It worked perfectly but not in the one I am working on. They are pretty much identical.
For example, I could change the line weight for the Author name in comments for the previous site:

.comment-author cite {
        font-weight: 300;
}

but not in the new site. The only difference is the server config.

Both are running PHP 7 and Maria DB. PHP-FPM is installed on the site I am having trouble with. I tried disabling all of the plugins. I set the wpconfig error to true and nothing came up. No caching and Varnish off.

Any ideas?