This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
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?
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.
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!
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.
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!
Hello,
Please try to add this code into custom.css file.
.shop-text,
.cart-summ{
color:#fff;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up