Archived topic
Two issues with "2 footer text widgets"
5 replies · Started by Fekry on April 4, 2020
Hi there
I have two footer text widgets in homepage and need css codes to:
1- Reduce "line height" to "0.9" (when I use: Customizing -Typography
Headings- ) it affects also in sidebar text widget, so I need css code for footer widgets only.
2- change link (to: #ffffff) and link hover color (to: #ef5f00). I've tried Customizing ▸ Colors- Footer- link and link hover, but it doesn't work.
thanks in advance
Hi there,
1. Are you referring to the <h4>s?
If so try this CSS:
.footer-widgets h4 {
line-height: 0.9em;
}
2. The customizer settings don't work because you have inline style added: https://www.screencast.com/t/uaG00kavl2
If you remove the inline styles then the customizer settings should apply.
Let me know if this helps :)
Hi Leo
Where can I find this inline style to remove it?
Your site is under coming soon page so I can no longer see.
Were you using a text widget? If so it would be within the widget itself.
Sorry. you can try now.
Yup looks like it's just added within the text widget itself.
You should be able to edit the widget to remove the inline style.