Need help with footer widget background and the menu lettering color

  • Unknown's avatar

    I am trying to see if someone can help me change the footer widget background to the same color that I have every page? I believe it is gold. I am also trying to change just the menu letter and arrows to the same gold as well. Thank you in advance.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi williamsegel

    Try the following custom CSS.

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    div#tertiary {
        background-color: #ffe3ae;
    }
  • Unknown's avatar

    That should work for the footer.

    Add the following for the menu.

    .main-navigation a {
        color: #FFE3AE;
    }
  • The topic ‘Need help with footer widget background and the menu lettering color’ is closed to new replies.