Home Forums Basel support forum How can I add a hover color for the menu

How can I add a hover color for the menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #119223

    Orx und Vinn
    Participant

    Hi,

    I work again on my shop/website and I hope you could help me 😁

    Okay, so that there are no incomprehensible, I explain everything very exactly….

    When I hover over the menu with the mouse, the color changes only slightly from white to a super bright gray. You do not really see that. Here I would like to have the opportunity to adjust the hover color.

    If I then click on such a menu item nothing happens. That’s okay.

    If I am then on the respective side, then nobody can recognize that. That’s kind of confusing. Is it possible to change the color of the menu text of the page (where I am right now) differently?

    For hours, I tried countless options, deleted all my css, but nothing worked.

    It’s such a great theme, I still love it VERY MUCH !!!

    Thank you very much and best wishes,
    Aaron

    #119256

    Artem Temos
    Keymaster

    Hello,

    Currently, we don’t see your website because of the maintenance mode active. Please, send us your admin access or disable this mode.

    Kind Regards

    #119533

    Orx und Vinn
    Participant

    Hi,

    thank you for your fast response.

    You could look at my website: http://www.orx-vinn.de
    I switched off the maintenance.

    Thanks,
    Aaron

    #119534

    Orx und Vinn
    Participant

    Hi again,

    I found a new (for me) amazing feature: sticky add to cart. Can I use this feature too??? How can I activate it?

    Maybe you remember, we made changes on the theme so I have to use the child theme.
    Here is a typical item:

    https://orx-vinn.de/Werk/back-home-140x110x3cm/

    Thank you VERY VERY MUCH!!!
    Aaron

    #119549

    Artem Temos
    Keymaster

    You can use the following code snippet to change the color

    body .color-scheme-light .main-nav .menu>li>a:hover {
    	color: red;
    }

    Sticky add to cart is added in our latest update and you can enable it in Theme Settings -> Product page.

    Regards

    #119789

    Orx und Vinn
    Participant

    Hi,

    Thank you!!! The code for CSS works great! Do you have also an other code so that the button retains in this color?

    As an example: I click on ‘Atelier’ and as long I stay on the page ‘Atelier’ the color in menu remains the same. If I then click on another page, the color changes at that other page.

    Thanks,
    Aaron

    #119805

    Artem Temos
    Keymaster

    Hi,

    Try to use the following code as well

    body .color-scheme-light .main-nav .menu>li.current-menu-item>a {
        color: red;
    }

    Regards

    #120403

    Orx und Vinn
    Participant

    GREAT!!!!! That works PERFECTLY!!!

    #120404

    Orx und Vinn
    Participant

    The ”sticky add to cart” do not work because I can not update my theme 😭 because I had to make changes at the item page on the theme. I use the child theme.

    How can I update your amazing theme without to loose the changes??????

    #120413

    Artem Temos
    Keymaster

    If you made changes in the parent theme, there is no way to update it without losing your customizations.

Tagged: ,

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

The topic ‘How can I add a hover color for the menu’ is closed to new replies.