Home Forums Basel support forum Custom Right Column in Header

Custom Right Column in Header

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #74080

    seffavi
    Participant

    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

    #74094

    Artem Temos
    Keymaster

    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

    #77172

    seffavi
    Participant

    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

    #77183

    Hello,

    Please provide your site admin access as your site is under maintenance.

    Best Regards

    #77592

    seffavi
    Participant

    Hello

    it’s in private content

    #77611

    Hello,

    Now you have the custom code which makes the icon the same on hover https://gyazo.com/fdb2e1ca4653c0324ee64dd07e439cbd

    Best Regards

    #77627

    seffavi
    Participant

    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

    #77633

    seffavi
    Participant

    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

    #77659

    Bogdan Donovan
    Keymaster

    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

    #78036

    seffavi
    Participant

    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

    #78113

    Artem Temos
    Keymaster

    You are welcome!

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Custom Right Column in Header’ is closed to new replies.