Colors through CSS
- The topic ‘Colors through CSS’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I am using HIVE and need some CSS help with colors…
In Customizer, if I go to Colors & Backgrounds, I see 3 options…
1. “Unused” color; what exactly is this color affecting in the site?
2. “Accent” color; it is in yellow by default. I changed it to blue, but the follow blog widget button remains in yellow. I want to change the bottom background color https://ralfrussi.com/indigo-journal/
3. “Link” color, ok for this one.
4. How can I give a specific color for h2 and h3 in the site?
Thank you, RR
The blog I need help with is: (visible only to logged in users)
Hey there,
I’m sorry for the delayed response.
I can see that you’ve managed to sort some of the questions, that’s great!
As for the question 4, I have to say that this part can be achieve using some custom code.
— Please try the following CSS and let me know if it helps:
h3 {
color:red;
}
h2 {
color: orange;
}
Insert it in Appearance → Customize → Additional CSS.
Hope this helps!
Stay safe,
Alexandru
Pixelgrade
thank you!