This topic has 4 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
HI! Thank you for this great template! y first time t work in wordpress and I am happy with it. Though some functions are still unfamiliar to me. 1. Please let me know where and how I set up the contact form. I added my email in “theme options” in “contact form”, but it doesn’t work. think I have to add something else.
2. How do I modify the page template? Need to change or remove the picture on “shop” page. http://www.mywebsite.com/shop/
3. I use the dark theme. On the top panel I have white background on left side and on the right of “logout” button.
4. Also dark background costs some problems with fonts in the cart. Some buttons text is written in white color on white background. I manage it using CSS code (here is an example of the button which I still didn’t change via CSS http://www.mywebsite.com/checkout/). Is there any way to change it in theme options?
Thank you in advance.
Hello,
1. Please refer to our documentation regarding Contact page: https://www.8theme.com/demo/docs/legenda/index.html#!/contacts_page
2. To remove that image you can do this in Theme Options > Shop > Product Page Banner.
3. Add this code into custom.css file:
.header-type-7 .top-bar { background-color: #000; }
Here you can watch the tutorial how to create custom.css.
4. To fix this issue you need add the code into custom.css:
a.active .button.active {color: #F00;}
change the color value to yours.
Regards,
Eva Kemp.
Thank you so much!!!!
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Dark theme buttons color and shop page picture’' has been successfully resolved, and the topic is now closed for further responses