Homepage › Forum › Product Support › Sofani › I have various problems to solve
- This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by
Tracy Bui.
-
AuthorPosts
-
6 years, 10 months ago #19299
1. I have two problems regarding the wishlist plugin, the first is the crooked icon in the article pad and the word "wishlist" placed under (see attached images), the second problem is the untranslated wishlist page (see attached image)
2.I can't remove the topbar in the mobile version
3.I can't change the menu color in the mobile version
4.it is possible to insert a black line between the topbar and the header in the desktop version
5.I can't change the font color in the topbar in the desktop version
grazie
*I am also attaching all the data to access6 years, 10 months ago #19302This reply has been marked as private.6 years, 10 months ago #19310Hi,
Thanks for contacting us.
1- We are really sorry but we don't understand your question. Can you explain it as clearly as possible again?
2- We added this Custom CSS segment to Theme Options > Custom CSS & Script > Custom CSS to hide:
@media(max-width:768px){
#yolo-wrapper .yolo-top-bar{display:none!important;}
}
3- If you want to change the background color of menu on the mobile, you can add this Custom CSS segment to Theme Options >Custom CSS& Script > Custom CSS:
@media screen and (max-width: 768px){
.yolo-mobile-header-nav{background:#4ec738 !important }
}
Note: remember to change the suitable color.
4. Please refer to this Custom CSS segment:
.yolo-top-bar{border-bottom:1px solid black;}
5- Please use this Custom CSS segment to change the topbar color:
.yolo-top-bar{color:#da0b43 !important;}
You can check, then feedback us.
Thanks.
YoloTheme
6 years, 10 months ago #19312thank you so much, the wishlist icon in a product page have a square around. see the immage
6 years, 10 months ago #19314can you check why the site is so slow to please?
6 years, 9 months ago #19331Hi,
Because you have added a border to your wishlist so you can use this Custom CSS segment to remove it:
.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{border:none;}
Best Regards,
YoloTheme
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
