Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860983

    mindmilk
    Participant

    Hi,

    Is it possible to change the colour and hover colour of just the footer menu within X Integrity theme?

    Thanks for your help

    #861163

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #862586

    mindmilk
    Participant

    Thanks Prasant

    http://www.mindmilk.co.uk

    I simply wish for the footer links to be a different colour to other links around the site.

    Thanks

    #863240

    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .x-colophon.bottom .x-social-global a,
    .x-colophon.bottom .x-nav li a {
    	color: red;
    }
    
    /*hover color*/
    .x-colophon.bottom .x-social-global a:hover,
    .x-colophon.bottom .x-nav li a:hover {
    	color: blue;
    }

    Change the red with the color you prefer. The hover color is for when the cursor is hovering on the link.

    Hope it helps, Cheers!

    #865746

    mindmilk
    Participant
    This reply has been marked as private.
    #865910

    Zeshan
    Member

    Hi there,

    Thanks for writing back!

    To change the color of links inside the footer content, add following CSS under Custom > CSS in the Customizer:

    .x-colophon-content a {
      color: red;
    }
    
    /* hover color */
    .x-colophon-content a:hover {
      color: blue;
    }
    

    Hope this helps. 🙂

    Thank you!

    #866016

    mindmilk
    Participant

    Great thank you.. 🙂

    #866404

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!