Home Forums Themes Support Blance – Clean, Minimal WooCommerce WordPress Theme How to change color of menu footer

Viewing 1 reply thread
  • Author
    Posts
    • #17477

      Hello,
      can you please tell me how can I change color of ONLY footer menu (i would like to have this color : #878787)? I can not do this in theme options… and also how to setup on hover – white ?

    • #17481

      Hi Karolina,

      Please add this code to Custom CSS!

      #footer-jws {
          background: #787878;
      }
      .footer-top .textwidget a:hover {
      	color: #ffff;
      }

      If something wrong, please back here with us!

Viewing 1 reply thread

You must be logged in to reply to this topic.