I'm trying to change the background color of a Wordpress site's footer. I used Chrome to "Inspect" the element and I saw that it was the footer-top
class. So I went to Bluehost->File Manager and found the file, then I found 2 instances of the footer-top
class. For both of them, I changed the color part to #000000
(I want this color). But when I save the changes, the site doesn't update. Could someone help me troubleshoot?
Strange note: I found that the link to the main.css
stylesheet is this:
<link rel='stylesheet' id='css-main-css' href='http://www.thefashban.com/wp-content/themes/akay/css/main.css?ver=4.7.1' type='text/css' media='all' />
...but what is that ?ver=4.7.1
part? I have a main.css file, but not one that ends in ?ver=4.7.1
. I see that the element is taking from a file with this at the end, but I can't find it.