Hi, my CSS updates are not showing up on my site. Everything is up-to-date and cache has been cleared. Here are a couple of examples:
The below CSS was from a previous support ticket. As noted on the previous ticket, the CSS was working. I’m not certain at what point it stopped working. I thought maybe it had something to do with the latest update.
/* add some space above the featured image */
.page .x-main.full .hentry .entry-featured,
.single-post .x-main.full .hentry .entry-featured {
margin-top: 0 !important;
}
.single-post .entry-featured {
margin-top: 20px;
}
I’m also trying to change the color of the social icons on the top bar of the home page to white.
.x-social-global a:hover.facebook {
background-color: #fff;
}
.x-social-global a:hover.linkdin {
background-color: #fff;
}
.x-social-global a:hover.instagram {
background-color: #fff;
}
.x-social-global a:hover.pinterest {
background-color: #fff;
}
Any insight as to why the CSS updates are not showing up on my site would be appreciated.
Thanks!
