Custom Right Column in Header
-
Hi support team
hope you’re doing well and thanks for your powerful theme
I was working on this part of website, everything was good until I tried to add two words (Bag, Search) next to each icons
right now it’s working just in Mozilla Firefox, but not in other browsers specially in Safari (that I need more)
I tried to do it directly with php file but I couldn’t
would you please take a look and let me know how could I do it as well (like the photo i’ve attached)
bests,
Funida
Hello,
Thank you so much for contacting our support center.
All these blocks codes can be found and customized in the file inc/template-tags.php
. We also checked your website in all browsers including Safari and texts are there now.
Kind Regards
XTemos Studio
would you please let me know how can I fix the situation of “wishlist” icon
there’s a heart that is changing on hover , I wanted to remove that hover and just set it as a static icon without any reaction on hover
thank you
Hello,
Please provide your site admin access as your site is under maintenance.
Best Regards
Hello
it’s in private content
Hello,
Now you have the custom code which makes the icon the same on hover https://gyazo.com/fdb2e1ca4653c0324ee64dd07e439cbd
Best Regards
oh no, I thing I didn’t told you in the good way
I’ve just uploaded another HEART icon instead of yours
I want that heart I used before
but I’ll explain you one more time :
I want to see that HEART ICON very normal and without any hover effect
thank you so much
or if you do me a favor and let me know where can I find the source of this line in codes and php files , I think I can make it up without bothering you and taking your time
thanks again
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove hover state from header wishlist icon.
body .right-column .wishlist-info-widget>a:hover:before {
opacity: 1;
}
body .right-column .wishlist-info-widget>a:hover:after {
opacity: 0;
}
Regards
I did something else and it works
I’ve just put and background image for “wishlist-count” and moved it on the right position
Then I removed the previous wishlist icon
So there’s not any before after and the result is what I wanted
Thank you for your time,
Have a good one,
Seffavi
The topic ‘Custom Right Column in Header’ is closed to new replies.