[Resolved] Two issues with "2 footer text widgets"

Home Forums Support [Resolved] Two issues with "2 footer text widgets"

Home Forums Support Two issues with "2 footer text widgets"

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1226160
    Fekry

    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

    #1226579
    Leo
    Staff
    Customer Support

    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 🙂

    #1226632
    Fekry

    Hi Leo
    Where can I find this inline style to remove it?

    #1226639
    Leo
    Staff
    Customer Support

    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.

    #1226657
    Fekry

    Sorry. you can try now.

    #1226692
    Leo
    Staff
    Customer Support

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.