[Resolved] Footer Styling

Home Forums Support [Resolved] Footer Styling

Home Forums Support Footer Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2523759
    Jeffrey

    Hello, I am having problems with footer styling. I have paragraph format with links but it creates an underlined and blue color site link, how can I just get these as white and not underlined?

    https://strangegenetics.com/home/

    #2523800
    Ying
    Staff
    Customer Support

    Hi Jeffrey,

    Try adding this CSS:

    .site-footer a {
        color: white;
        text-decoration: none;
    }
    #2523828
    Jeffrey

    That fixed it thank you

    #2523860
    Ying
    Staff
    Customer Support

    No Problem, glad to help 🙂

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