Home Forums Pro Themes Education Hub Pro Footer menu colour

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #114749
    Sueaki Takabatake
    Participant

    I inserted a footer menu but cannot seem to find a way to control the link and hover colour for it.

    I went through all the items in the ‘color options’ but I could not find the right ‘control’

    Can you please let me know how I can change the link and link hover colours for the footer menu?

    Thank you!

    #117343
    Sueaki Takabatake
    Participant

    Still waiting for a response on this one.

    Can you please let me know how I can change the text colours for the footer menu?

    Thanks!

    #117457
    wensolutions
    Keymaster

    Hello,

    Regarding your query to change the colors of the link and while hovering, you can add CSS to get color as per your requirement. You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    #footer-navigation ul li a {
        color: #ff4747;
    }
    
    #colophon a:hover {
        color: #0aca7a;
    }

    You can replace the color code(#0aca7a) as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    #117459
    Sueaki Takabatake
    Participant

    Thanks for the answer!

    #117465
    wensolutions
    Keymaster

    Hello,

    Glad we could help.

    If you have further queries, let us know.

    Thank you.

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