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

    Hello there,

    How to get transparent background for the Sub-Menu on top? (drop down menus on the top)

    How to get a developer id for a full screen gallery? (so that I can link it in the menu)

    Thanks in advance.

    HP

    #381247

    Hey MrHarryPotter!

    1. Try adding this to your custom CSS.

    .sub-menu, .sub-menu li, .sub-menu a {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
    }

    2. Are you talking about the fullscreen slider? If so then you can target it with this ID.

    #fullscreen_slider_0
    

    And increase the 0 for each fullscreen slider your using on the page.

    Regards,
    Elliott

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