Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #923001

    Hi there –

    earlier we had a landing page that required a sub-menu with its own logo
    you gave me a code to fix that (to add on that logo into the sub menu when it scrolls)

    but right now i wanna do a submenu for one of the main site pages and it shows that logo – but i dont want that logo in this particular submenu.

    is there a way for me to edit the code so that the logo in the submenu only appears on that specific page (for that event) – and for the rest no logo appears?

    I pasted the code in private content.

    thanks a lot!

    #923054

    Hey jo-engageinnovate,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #923061

    Link in private content – basically if you scroll down, that logo there isnt the original site’s logo – it’s something we added into the Quick CSS section to appear – as this is a standalone “site” but hosted on the original site.

    Right now i would like to create a submenu on the original site – and i dont want any logos on the submenu – is there a way to do this without removing the logo on this standlone “site” that i linked ot you?

    thanks

    #923551

    Hi,

    Thanks for that, so you want the CSS to only apply to the page you linked to? If so then please try changing it to this instead:

    .page-id-1924 .av-submenu-container {
      background-image: url(https://www.engage-innovate.com/wp-
      content/uploads/2017/01/Business_Innovation_Bootcamp_darkbg.png);
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: contain;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.