This topic has 8 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow
Hello
I am using the restaurant demo. But the shop pages were not imported. How can I create these?
Hello,
Please provide URL of your site and temporary wp-admin access, so we can take a closer look.
Is WooCommerce plugin activated? Please read this article https://woocommerce.com/document/woocommerce-pages/
Regards
I installed another demo.
I have one more question.
I changed the homepage menu font color with css. Correct in preview. However, this color does not appear on the air.
Hello,
Your site is under maintenance mode, so we can’t check it. Please provide temporary wp-admin access via the Private Content area.
Regards
ok.
Hello,
1/ You can delete the custom code, go to Theme Options > Header Builder > Multiple headers > Create a custom header and set it for the Front page, then edit it and change Main header color and Main menu settings depends on your needs for the Home Page only.
2/ Add !important
to your code – https://prnt.sc/n0vLnJDWK0wv
Regards
Thank you. So how does the menu hover color change with custom css? I couldn’t find the code
Hello,
We added the below code to your page custom CSS
.header-main-menu.et_element-top-level, .header-main-menu.et_element-top-level .menu > .current-menu-item > a, .header-main-menu.et_element-top-level .menu > li > a:hover, .header-main-menu.et_element-top-level .menu > .current-menu-item > a, .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a:hover, .header-main-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a {
color: #ffffff !important ;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up