How can I delete header navigation on Omega ?

Home Forums Omega How can I delete header navigation on Omega ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1883
    mhmtcbn
    Participant

    Hello,

    I want to use Omega for my mobile theme but I want to delete the header navigation part because it gets a lot of space on mobile phone screen. Could you please assist me about that ?

    And the google cse giving design error at pages (only pages), the button is staying out of the box below. How can I fix it ? Example: siksorulansorular.org/iletisim/

    siksorulansorular.org

    #1886
    han
    Keymaster

    Hi, you can add this css code

    .nav-primary {
      display:none;
    }
    #cse-search-box input[type="text"]{
      padding: 16px;
      background-position: 16px;
      width: 200px;
    }
    #1889
    mhmtcbn
    Participant

    Thank you Han,

    Navigation part is perfect 🙂 I am happy for that but cse still giving error on desktop, on mobile it is good

    Singe Post: http://i.hizliresim.com/eN0Q6L.jpg

    Pages: http://i.hizliresim.com/eQOdXg.jpg

    #1893
    han
    Keymaster

    try this

    .nav-primary {
      display:none;
    }
    #cse-search-box input[type="text"]{
      padding: 16px !important;
      background-position: 16px !important;
      width: 200px !important;
    }
    #1899
    mhmtcbn
    Participant

    When I use this code

    #cse-search-box input[type=”text”]{
    padding: 16px !important;
    background-position: 16px !important;
    width: 200px !important;
    }

    Mobile is perfect but desktop versiyon seems broken

    #1910
    han
    Keymaster

    Put above code into “Appearance > Customize > CSS”
    Or disable wp minify plugin

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

You must login to reply to this topic.