[Resolved] how do i delete this white box from the content in the primary navigation?

Home Forums Support [Resolved] how do i delete this white box from the content in the primary navigation?

Home Forums Support how do i delete this white box from the content in the primary navigation?

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #220985
    omer

    hi ,
    how do i delete this white box from the content in the primary navigation?
    note :its no sticky .
    here is the link
    thanks

    #220991
    Ramesh Srinivasan

    Hi omer,

    You can find which element is causing the problem by opening the Developer Tools (it’s usually the F12 key in most browsers) in your web browser.

    For example, in Chrome. Browse that web page, press F12, then press Ctrl + Shift + C to invoke the element selector tool. Point to the “white box” and click it. You can see the corresponding element in DOM Explorer.

    Or if you can post the URL where the problem is seen, one of us here might be able to help.

    Ramesh
    Just a volunteer here

    #221005
    Stacey Usborne
    Staff
    Customer Support

    It looks like you’re wanting to make the primary navigation background transparent?

    If you’re using the Colors add-on you can go “Customizer > Colors > Primary Navigation” and delete the value of the Background tab.

    Let me know if you need more info

    #221139
    omer

    hi ,
    i delete the value and still display the same /

    #221143
    omer
    #221153
    Ramesh Srinivasan

    This CSS addition might help.

    #primary-menu .current-menu-item a {
        background-color: transparent;
    }

    Or you may wait until Tom or Stacey responds back. They might have a better fix.

    #221177
    omer

    thank ramesh ,
    but i am not very into the css i am a nebee and i choose your theme beacuse its great & easy functionality .
    it must be another way in the custumization .but i dont find where this white box comes from .

    thanks for the support , waiting for your response .

    regards omer

    #221215
    Tom
    Lead Developer
    Lead Developer

    Ah, you’re using the Page Header add-on for that page.

    Check your values set here: http://screencast.com/t/ZKrqlJbglx

    #221235
    omer

    your solution helps .
    now i need to configure the nav bar to be the same ( tranparent also) i have boxes atround the text .
    check it out
    http://www.buildingawebsite.co.il/

    #221266
    Tom
    Lead Developer
    Lead Developer

    I’m not sure what you mean? The white box around the navigation item is because of the setting I mentioned above.

    #221269
    omer

    what do i need to do to to make them disapear ?

    #221270
    Tom
    Lead Developer
    Lead Developer

    Delete the background values.

    For example, the value in “Navigation background current”.

    #221272
    omer

    look tom i did it but still the same & i empty cash also
    check it out

    #221273
    Tom
    Lead Developer
    Lead Developer

    I’m still seeing this value being added to the page: #f4f4f4

    Since you’ve made it so your navigation is always transparent, try disabling the “Transparent navigation” option in the page header options.

    #221275
    omer

    i disable it and it was not enough so i went to delete the colors values on the customization>>>colors>>>primary nav
    and now every thing is just fine .
    love your theme and your support man !!!
    keep on the good job .

    thanks omer

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