Greetings, can you help me locate the correct css file to change the button, header and hover text to another color? I'm wanting to get away from the green color.
agethemes
POSTED: 2024-02-09
Hello TOMMYBOY0485,
Just go to Template Options > Custom Code, add more CSS for "Custom CSS code" field
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
Just go to Template Options > Custom Code, add more CSS for "Custom CSS code" field
body.site button.btn {
background: #xxx!important;
}
body.site button.btn:hover {
background: #yyy!important;
}
with "#xxx" is color for general button, "#yyy" is hover bg color.