Changes is style.css not taking effect on webpage
-
I am trying to change the style of my search button via the stylesheet style.css but the changes in the stylesheet does not take affect on the webpage.
Ive been trying to change the color by applying this to the style.css in my child theme:
.aws-container .aws-search-form .aws-form-btn {
background: #fc0;!important
border: 1px solid #d8d8d8;
}
.aws-container .aws-search-form .aws-form-btn:hover {
background: #fc0;
}
.aws-container .aws-search-form .aws-form-btn:active {
background: #fc0;
}https://imgur.com/a/A37LDKZDoes anyone have any idea of how to fix this?
- This topic was modified 5 years, 10 months ago by .
- This topic was modified 5 years, 10 months ago by .
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changes is style.css not taking effect on webpage’ is closed to new replies.