Easy way to change accent color throughout?
URL to the page in question:
http://theskyisnotlimited.org/dev/
-
I was wondering if there was a simple way to change the accent green color to a different color throughout? Or if not, where are all of the places where you do set the color?
Hi Wendy,
Here are the places in the theme options you’ll want to change the colors of:
- Navigation Tab:
- Navigation Item (hover)
- Navigation Button Color
- Navigation Drop Down Link Color (Hover)
- Content Tab:
- Link Color
- Link Color (hover)
- Buttons Tab:
- Button Background
- Button Background Hover
-
Footer Tab:
- Footer Link Color
- Footer Link Color (Hover)
-
Widget Tab:
I think that’s the lot of them. You can also change them in the customizer too if you’d like to visually see what they change.
Take care,
Bill
I don’t believe there is a built in option for that. You could add this to your custom CSS to change it:
#sidebar .attention-block.widget {
border: 3px solid #adb54b;
}
Just replace the #adb54b with the color you’d like to have the border be.
How do you change the color of the border on this? I’ve been looking all over for it and can’t find. Please advise.
Hey Wendy,
Look at my last reply here for how to change the attention widget border color.
Bill
- The topic ‘Easy way to change accent color throughout?’ is closed to new replies.