Site logo

[Resolved] Colors from the menu in the footer are overwritten. By what?

Home Forums Support [Resolved] Colors from the menu in the footer are overwritten. By what?

Home Forums Support Colors from the menu in the footer are overwritten. By what?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2478821
    Alexandro
    #2478839
    David
    Staff
    Customer Support

    Hi there,

    Elementor is adding this CSS:

    .elementor-kit-10 a {
        color: #363636;
    }

    Which is setting the colors for all links on any page with that class.
    You may want to check in Elementors settings whether that can be changes / removed.

    If not you will need this CSS to overwrite it:

    .site-info a {
        color: var(--contrast) !important;
    }
    #2478977
    Alexandro

    Hi David
    Thanks a lot for the fast reply. I go on a search.

    #2479488
    David
    Staff
    Customer Support

    You’re welcome

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