This topic has 9 replies, 2 voices, and was last updated 9 years by Mj.

  • Author
  • #30086
     Mj
    Participant

    Hi,

    The setting ‘transparant main menu’ has been enabled on our front page: http://prntscr.com/4rf5d2
    However, the main menu is not transparant, as you can see here: https://www.dropbox.com/s/kb1e0930sl295p3/transparant%20main%20menu.png?dl=0

    #30121
     sharmstr
    Moderator

    Looks like you fixed it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #30123
     Mj
    Participant

    Unfortunately not. Probably you’re looking for version one 😉
    Try to access the website by putting: domain.com/v2

    #30125
     sharmstr
    Moderator

    Its your custom css in your child theme

    COPY CODE
    
    
    .kleo-main-header {
      border-bottom: 3px solid #00f !important;
      background: #222 !important;
      border-color: #0074a2 !important;
    }
    
    

    You are forcing the background to #222

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #30126
     Mj
    Participant

    I see… how am I able to force the background to all pages, except the homepage?

    #30129
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/main-menu-scroll-transparency

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #30130
     sharmstr
    Moderator

    Why aren’t you setting your menu background color in theme options?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #30186
     Mj
    Participant

    Problem fixed by adding:

    COPY CODE
    
    .kleo-main-header {
      border-bottom-color: #00f;
      border-bottom-style: solid;
      border-bottom-width: 3px !important;
      background: #222;
    }
    
    #30195
     sharmstr
    Moderator

    Glad you sorted it. Mark resolved 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #30217
     Mj
    Participant

    Topic has been marked as resolved 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Hiding main menu on front page not working’ is closed to new replies.

Log in with your credentials

Forgot your details?