• Closed
  • Barbara Smith
    Spectator
    24.09.2015 at 17:35 #20918

    I am choosing to put my header/banner (which includes the site name and sub title) in the Bootstrap slider position rather than the logo position (so I can have the menu appear above my banner rather than below). However, I would like just our logo to show up in the sticky menu but not in the logo spot in the header. Is there any code I can add to the custom CSS to enable this to happen?

    Also, can I remove the “next arrows” from the slider (since there is no next image)?

    Denzel Chia
    Moderator
    Posts: 2656
    24.09.2015 at 21:39 #20924

    Hi,

    Please post your website url.
    We can provide code to hide your logo in the header, as well as hide your slider navigation arrows.

    Thanks!

    Barbara Smith
    Spectator
    Posts: 2
    24.09.2015 at 21:48 #20925

    So sorry! I forgot to do that.

    http://autumns-garden.com

    Denzel Chia
    Moderator
    Posts: 2656
    24.09.2015 at 21:57 #20927

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #logo-image {
    display: none !important;
    }
    .sticky-header #logo-image {
    display: block !important;
    }
    .carousel-control {
    display: none !important;
    }

    Thanks!

    Barbara Smith
    Spectator
    Posts: 2
    24.09.2015 at 22:28 #20928

    That worked for the arrows (thanks!)

    But nope. The logo still shows up in the header section.

    Denzel Chia
    Moderator
    Posts: 2656
    25.09.2015 at 09:23 #20932

    Hi,

    Viewing your website source code. In the dynamic css file, I am not seeing any css code regarding the logo.

    Please clear your plugin cache.

    If it still doesn’t work, Please provide WordPress login details in private reply.
    I will need to look at your custom css codes, there could be error.

    Thanks!