• Hi

    I’m trying to hide a menu on all pages on a website – the code needed is
    #menu-primary .wrap { display: none; }

    If I add this to the main CSS rules it is ignored. If I add it to a page it works

    Any ideas please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi,
    can you provide a link to you website so I can inspect your code?
    Thanks

    Thread Starter trevorwood

    (@trevorwood)

    Sorry – it’s on an Intranet

    Plugin Author Daniele De Santis

    (@danieledesantis)

    I’m sorry I can’t help if I can see your code, but I guess it depends on some inline css or some more specific css rule being applied to the .wrap element.

    Try to inspect your target element using a web inspector and see which style is being applied.

    I’m marking this as “not a support question” because is a general CSS question.

    Best,
    Daniele

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Main CSS not working’ is closed to new replies.