Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1395294

    dforget
    Participant

    Hi there,

    Hoping to change the colour of my footer to the same colour that i have set as my default link colour. Therefore, I need to change the link colours in my menu. Hoping to change it to white.

    My site is:

    onlymortgages.ca/

    #1395653

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-colophon-content {
    	color: hsl(251,93%,24%);
    }

    Hope this helps.

    Cheers!

    #1399993

    dforget
    Participant

    Hi there,

    Thank you.

    Unfortunately, this did not work. It only changes the text above my social icons below my footer.

    #1400147

    Rupok
    Member

    Hi there,

    Do you want to change these menu links to white? – http://prntscr.com/ehq580

    In that case you can use this CSS :

    .widget_nav_menu ul > li a {
    	color: #fff;
    }

    If you are referring something else then clarify properly with a screenshot.

    Thanks!

    #1415701

    dforget
    Participant

    Awesome! Thank you very much.

    #1415804

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.