New Landing How can we help? Cardinal Different mouse over effect on imprint page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #284400
    dermat
    Member
    Post count: 60

    Dear Support team,
    on the “Impressum” page I have a different mouse-over effect in the main menu, that on my home/one pager.
    There is a white solid and it’s underlined. In generell i would just like to have a color change as effect, no underline nor this white solid.

    How to fix that?

    Thanks for your help.

    Best,
    Katrin

    #284481
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav .menu > li:hover > a {
        background-color: transparent !important;
    }

    Thanks
    Mohammad

    #284486
    dermat
    Member
    Post count: 60

    very good, thanks.
    and how to delete the underline?
    i would just like to have the color change when hovering.

    Thanks,
    katrin

    #284487
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just remove the last code and use this new code:-

    nav .menu > li:hover > a {
       background-color: transparent !important; 
       text-decoration:none !important;
       color:#ff0000 !important;
    }

    Thanks
    Mohammad

    #284505
    dermat
    Member
    Post count: 60

    something is still not working,
    as there is a red cross in the css…

    can you please check?

    Attachments:
    You must be logged in to view attached files.
    #284521
    David Martin – Support
    Moderator
    Post count: 20834

    It’s not valid CSS. > is wrong it should be > as above.

    nav .menu > li:hover > a {
    background-color: transparent !important;
    text-decoration:none !important;
    color:#ff0000 !important;
    }

    #284525
    dermat
    Member
    Post count: 60

    perfect! thats working.
    Many thanks and have a good day!
    katrin

    #284526
    David Martin – Support
    Moderator
    Post count: 20834

    Glad it helped – thanks Mohammad for the code.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register