• Resolved pl.xrisa

    (@xrisa30)


    Hello,

    I have a problem with my footer.
    Into customizer>General Options>General Styling>Links Color, I have set #444444.

    But, I use an elementor template for my footer area and I have set in elementor’s settings #ffffff for links color, but the setting in costumizer overriding the styles I setup in an Elementor template.

    How can I fix it?

    Thank you.

    P.S.
    The site is in localhost, so I can’t send a link.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pl.xrisa

    (@xrisa30)

    SOLVED via custom CSS.

    Thank you.

    Theme Author oceanwp

    (@oceanwp)

    Hello, you can directly change the color via the Footer Widgets section of the customizer.

    Thread Starter pl.xrisa

    (@xrisa30)

    I tried but doesn’t respect my choice.
    These are my settings:
    Customizer>General Options>General Styling>Links Color —> #444444.
    Customizer>Footer Widgets>Links Color —> #ffffff.
    Elementor Settings for links in my footer template —> #ffffff.

    RESULT: Links color —> #444444.

    Only with this Css I can solve it:
    #footer-widgets .elementor a {
    color: #ffffff !important;
    }

    Why this happening? Is it a bug?

    Theme Author oceanwp

    (@oceanwp)

    Hi, I just tried, I have no problem but your css code is a solution too so no problem 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Costumizer Overriding Elementor’ is closed to new replies.