New Landing How can we help? Cardinal After updating cardinal theme, menu is underlined again when active

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

    Dear Support team,
    althought there is a custom CSS, the main menu is underlined again, after updating cardinal.

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

    it should only be blue when active, like in the hover effect.
    How to solve that problem?

    Many Thanks,
    katrin

    Attachments:
    You must be logged in to view attached files.
    #287380
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav .menu > li > a.current-scroll-item {
        text-decoration: none !important;
        color: #273583 !important;
    }

    Thanks
    Mohammad

    #287499
    dermat
    Member
    Post count: 60

    unfortunately, it‘s still underlined…
    Do you have any other recommendation how to solve that?

    Many thanks,
    katrin

    Attachments:
    You must be logged in to view attached files.
    #287584
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Your website is not visible to me. Have you made any changes recently?
    Thanks
    Mohammad

    #287585
    dermat
    Member
    Post count: 60

    that‘s a problem, that occurred yesterday evening. i have posted it already in another topic here in the support area.
    everything is visible in the swift page builder, but not in the front end. and i don‘t know, what happened here…

    Please, you friendly and magic guys 😉
    help out with that…

    and besides with the underlined problem !

    Thanks

    #287593
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue so please check it now.
    Thanks
    Mohammad

    #287729
    dermat
    Member
    Post count: 60

    ok, perfect. What was the reason for that?

    But the menu is still underlined when active.
    I‘d like to have it only in the blue, like when hovering.

    Can you please doublecheck?

    Many Thanks,
    katrin

    #287867
    David Martin – Support
    Moderator
    Post count: 20834

    Katrin, please do not create duplicate support requests. Keep each thread on topic.

    Please use this:

    .full-center #main-navigation ul.menu > li > a:active {
        text-decoration: none;
    }
    #287869
    dermat
    Member
    Post count: 60

    ok, i am sorry for that and didn‘t want to cause any trouble.
    I am always very thankful for your help.

    for this code, there comes a red x, something seems to be wrong here:

    ..full-center #main-navigation ul.menu > li > a:active {
    text-decoration: none;
    }

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

    Yes, you have added to .. you only need one.

    ..full-center

    should be

    .full-center

Viewing 10 posts - 1 through 10 (of 10 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