• Hi guys!

    I just downloaded the theme and I am trying to customize as far as possible through the Custom CSS – since i dont know how to work with child theme.

    I would like the logo and menu to be place on top of the slider. I manage before but then it would look strange on mobile.

    Would love some help!

    Cheers Danny

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sivermalm,

    I hope you are well today and thank you for your question.

    In the theme by default the logo and menu is displayed on top of the slider as shown on our demo site https://colorlib.com/sparkling/

    I can see the same on your shared site.

    Please advise.

    Best regards,
    Vinod Dalvi

    Thread Starter sivermalm

    (@sivermalm)

    Hi Vinod and thank you I′m doing fine today, hope you are doing well too!

    Trying to set up a new website with the sparkling theme but it is a bit out of my legaue ?? Is there any way to make it look like the website I have today? The wordpress site is wp.grafstad.se and you can look what I want to achieve at https://www.grafstad.se

    To have the logo and menu on top of the slideshow, not above on a black bar.

    Thanks for quick response!

    Best regards

    Danny

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    #page nav.navbar.navbar-default {
        background: transparent;
    }
    
    #masthead {
        margin-bottom: 0 !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transparent menubar’ is closed to new replies.