Tagged: x
-
AuthorPosts
-
March 31, 2016 at 10:43 am #860983
Hi,
Is it possible to change the colour and hover colour of just the footer menu within X Integrity theme?
Thanks for your help
March 31, 2016 at 12:56 pm #861163Hello 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.
April 1, 2016 at 9:05 am #862586Thanks Prasant
I simply wish for the footer links to be a different colour to other links around the site.
Thanks
April 1, 2016 at 6:36 pm #863240Hi 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!
April 4, 2016 at 6:24 am #865746This reply has been marked as private.April 4, 2016 at 8:42 am #865910Hi 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!
April 4, 2016 at 9:35 am #866016Great thank you.. 🙂
April 4, 2016 at 1:55 pm #866404You 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!
-
AuthorPosts