Remove footer - by miguelplaza - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: miguelplaza
    miguelplaza
    Participant
    February 19, 2015 at 21:53

    hi, I am trying to edit the footer by widgets but I can`t, can you help me please? and how can i change the font color of menu?

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 19, 2015 at 23:00

    Hello,

    You need create footer as described in our documentation:
    https://www.8theme.com/demo/docs/woopress/#!/9_footer

    To change menu font color add this code in custom.css file:

    .menu > li > a {
    color: white;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: miguelplaza
    miguelplaza
    Participant
    February 20, 2015 at 02:31

    In the “Use custom footer for this page” I put “footer-onepage” on every page, it worked at all, but on the page of the products did not work!

    Avatar: Eva
    Eva Kemp
    Support staff
    February 20, 2015 at 09:32

    Hello,

    You need add Static Block widget into Footer 1 or Footer 2 area in Appearance > Widgets and select your footer block from the drop down menu.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: miguelplaza
    miguelplaza
    Participant
    February 20, 2015 at 14:44

    Hi, first I would say that I am very glad to have chosen the 8theme, you do a great job! Thanks for all the doubts that you have clarified me, but now I have another doubt, would like to change this widget on every page as the model that first the image, in white!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 20, 2015 at 14:54

    Hello,

    Please try to add this code into custom.css file.

    .shop-text,
    .cart-summ{
    color:#fff;
    }

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.