Home / Forums / Basel support forum / Custom Right Column in Header
Home › Forums › Basel support forum › Custom Right Column in Header
Custom Right Column in Header
- This topic has 10 replies, 4 voices, and was last updated 7 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
August 23, 2018 at 9:57 pm #74080
seffaviParticipantHi 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’twould you please take a look and let me know how could I do it as well (like the photo i’ve attached)
bests,
FunidaAugust 24, 2018 at 6:10 am #74094
Artem TemosKeymasterHello,
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 StudioSeptember 14, 2018 at 5:04 pm #77172
seffaviParticipantwould 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 hoverthank you
September 14, 2018 at 6:28 pm #77183
Elise NoromitMemberHello,
Please provide your site admin access as your site is under maintenance.
Best Regards
September 17, 2018 at 5:17 pm #77592
seffaviParticipantHello
it’s in private content
September 17, 2018 at 6:43 pm #77611
Elise NoromitMemberHello,
Now you have the custom code which makes the icon the same on hover https://gyazo.com/fdb2e1ca4653c0324ee64dd07e439cbd
Best Regards
September 17, 2018 at 9:29 pm #77627
seffaviParticipantoh 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
September 17, 2018 at 10:10 pm #77633
seffaviParticipantor 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
September 18, 2018 at 7:20 am #77659
Bogdan DonovanKeymasterHi,
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
September 19, 2018 at 7:00 pm #78036
seffaviParticipantI 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 wantedThank you for your time,
Have a good one,
SeffaviSeptember 20, 2018 at 9:10 am #78113
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
Tagged: custom header, right column
The topic ‘Custom Right Column in Header’ is closed to new replies.
- You must be logged in to create new topics. Login / Register