New Landing How can we help? Themeforest Theme Support Dante Different rollover colour for naked header?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #181306
    a1astair
    Member
    Post count: 48

    Hey guys,

    I’m creating a new homepage with a naked header: http://www.howtobuyanengagementring.com/home-2-0/

    The background is my brand colour, which I use as the rollover colour for the regular, non-naked header.. However, when you roll over on the naked homepage header, the text is the same colour as the background, so disappears.

    Would it be possible to make the rollover colour white for the naked header, and then revert to the regular colours when the header switches?

    Thanks!

    #181354
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .naked-header nav .menu > li.menu-item:hover > a {
      color: #fff;
    }

    – Kyle

    #183185
    a1astair
    Member
    Post count: 48

    Hi,

    Thanks for this and sorry for the late reply, but this doesn’t seem to be working – the rollover state is still the same green as the background

    http://www.howtobuyanengagementring.com/home-2-0/

    Is there any other CSS that we could try?

    Thanks you!

    Alastair

    #183188
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav .menu > li.menu-item:hover > a {
        color: #fff !important;
    }
    

    Thanks
    Mohammad

    #183192
    a1astair
    Member
    Post count: 48
    This reply has been marked as private.
    #183211
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Check now

    – Kyle

    #183213
    a1astair
    Member
    Post count: 48

    Perfect! Thanks so much Kyle

    #183217
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Kyle 🙂 .
    Thanks
    Mohammad

    #183220
    a1astair
    Member
    Post count: 48

    Hi Kyle,

    Sorry, that did work perfectly on the naked header page, but it has also changed the rollover state on other pages to white from the original rollover colour of #6cc8be e.g. on http://www.howtobuyanengagementring.com/education

    Is it possible to have the white rollover state just on the naked header?

    Sorry for the fiddliness and thanks again for your help

    Alastair

    #183222
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code instead of last one.

    .naked-header nav .menu > li.menu-item:hover > a {
        color: #fff !important;
    }

    Thanks
    Mohammad

    #183225
    a1astair
    Member
    Post count: 48

    Perfect! Thanks guys

    #183227
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #193062
    a1astair
    Member
    Post count: 48

    Hi,

    Sorry to drag up an old thread, but something that I thought was resolved actually isn’t.

    I’m trying to get to a stage on this page http://www.howtobuyanengagementring.com/home-2-0 where:
    Homepage naked header: menu rollover state is white
    Homepage sticky header as you scroll down page: menu rollover state is #6cc8be

    All other page: menu rollover state is: #6cc8be

    At the moment the homepage naked header is white, but as you scroll down and it turns into the sticky header, the rollover stage is still white.

    Is it possible for the naked banner rollover to be white, but the sticky header on the same page to be #6cc8be ?

    Thank you for your help, as always

    #193085
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .naked-header .is-sticky nav .menu > li.menu-item:hover > a {
        color: #6cc8be !important;
    }
    

    Thanks
    Mohammad

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