This topic has 13 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Laranz
Hey there…after the update of xstore i have some problems in the appereance at the backend
moreover the custom css for the header section dont work anymore
Do u have any idea….maybe this a problem only of xstore or a problem in addition to woocommerce 3.0 or so on?
Ty 😉
another small problem is in the header….the text and search bar are not in the center
Hello,
1) If you use Chrome browser then just clear browser cache. I don’t see any problem with Theme Options http://prntscr.com/fumnnu
2) Cart widget was disabled that’s why search position was changed. We added the new option in update – cart icon position (Theme Options > E-Commerce > Shop) and after the update you just need to re-save it to enable cart. Check now.
Regards
thanks for your help…
some problems are solved but many custom css codes doesnt work anymore
moreover i have some problems with the category description……in my main menu the description text is sometimes shown under the category menu link…sometimes not…how could i delete the description for all the categories in the menu navigation? But on the category page the description should be shown. Thanks
also some customization….how to reduce the space …see on image…yellow marked
thanks
Moreover the widgets for the single blog post page doesnt work right….the sidebar only shows 1 widget ( the search widget ) . The other widgets are not shown…..
Hello,
1) What custom styles do not work after the update? Provide me the screenshot of styles.
2) a) Enable description fields to show http://prntscr.com/fwox6h
b) Remove description for your item http://prntscr.com/fwoxe9
3) Go to Theme Options > General > Breadcrumbs > change the top padding for your breadcrumbs http://prntscr.com/fwoxv8
Regards
Hey …thanks for your help….all works…
the mouse hover color on navigation links doesnt work…….it should be switch to white…..
moreover the sidebar widgets on single blog post pages are not working right…there is only the search widget……
thank u soo much…very nice support 🙂
Hi,
Thanks for your kind words. 🙂
You can try this CSS for hover,
.item-link:hover { color: #fff !important; }
If no widget area is choose for the single post means, the “Main Sidebar” widget area in Appearance -> Widget will shown for single posts, make sure you have widgets in that widget area.
Let us know,
Thanks,
laranz.
hey..thanks..widgets in main sidebar work for single blog pages…
but the custom css for the main navigation hover doenst work……for the dropdown menu it works well
moreover which css class have the dropdown navigations menu links ( the background color )…for example for hover custzomization…ty 😉
Hi,
Can you try this Custom CSS in either your child theme’s style.css or Appearance -> Customize -> Additional CSS,
.menu > li > .item-link:hover { color: #fff !important; }
This CSS will alter only the header top level menus not the sub-menus, for sub-menus you can use this class .item-design-mega-menu .nav-sublist-dropdown .item-link:hover
Let us know,
Thanks,
laranz.
works great…thank u so much 🙂
Hi,
You’re welcome. 🙂
Let us know if you have any other questions.
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up