Edits to Style.CSS not updating on site
-
Hey there everyone,
I’m using the WooThemes Merchant Theme (v.1.2.2) and I’m trying to edit the slider area that shows up overlaying over the image. The default color being used doesn’t match the color scheme of my site. I’ve attempted to change the hex code several times but the color change isn’t being updated when I save the style.css sheet.
Here’s the code:
}
.featured article header {
padding: 1.2em 1em;
background: #f78993 url(“images/bg-overlay-texture.png”) repeat left top;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);After reading some other forums I think the problem might be that the theme is using an image vs. using a color code. I’m hoping someone here would be able to help me use a new code to remove the image so I can use a hex code? Is there anyway to re-write/edit the code to reflect this? I’m a novice when it comes to this stuff :/
Thanks!
- The topic ‘Edits to Style.CSS not updating on site’ is closed to new replies.