Home Forums WoodMart support forum custom typography CSS sticky nav menu

custom typography CSS sticky nav menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #616077

    tegards
    Participant

    I managed it with the following selectors to customise the sticky nav menu:

    .wd-sticky-nav .wd-sticky-nav-title
    .wd-nav-vertical.wd-nav-sticky>li>a
    .wd-nav-vertical.wd-nav-sticky>li:is(.wd-opened,:hover)>a

    However, I cannot find a selector with which I can also adjust the font (e.g. yellow) in the other hierarchy levels. only the first hierarchy level works.

    Which selector do I need for this, so that it is only adjusted in the desktop version?

    Attachments:
    You must be logged in to view attached files.
    #616128

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    You can use the following selector for these links .wd-sticky-nav .wd-dropdown-menu.wd-design-default .wd-sub-menu li>a

    Kind Regards

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