No collapsable menu in responsive theme


Hello,
I need to know if there is any theme option that allows to remove the button that appears when the theme is responsive.
I have a submenu and want the menu to appear without having to press the button of collapse.
Any ideas?? Thanks!!!

Comments

  • if you can not do from a choice of the theme, what file lines would have to change , please.

    Thanks!!!
  • Hi,

    if you mean responsive menu (the horizontal lines) then you can remove them with custom css:
    #Top_bar a.responsive-menu-toggle { display: none !important; }
  • Hello , I do not mean that, what I want is when the responsive menu is active, I need is that the menu contains a < ul > , it looks as if has no <ul> element.
    Guess i'll have to touch the theme code, but i don`t know where to start.

  • Please show us on the screenshot what you mean then + send us link to page where you got this issue.
  • edited July 2016

    ok , I want the menu 1 look like the menu 2 , without changing the menu and only when responsive menu. I need to convert menu 1 with ul in menu 2 without ul style.


    My client does not want to have to click on the drop-down link to display the menu , also you want to have the same style as the second menu without having to change it...
    Thanks!!



    image

    image

  • Ok, thanks for explanation. However, what you ask for requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
  • ok, thanks. One more question:

    I need to change part of code for this two files in betheme:

    wp-content\themes\betheme\includes\header-creative and wp-content\themes\betheme\includes\header-top-area to fix logo link. 

    This is a problem because if there is an upgrade theme, the changes will be lost . There a way to put these two files in the theme child for the changes are not lost if there is an update ?
  • This file can be edited inside parent theme. But what you can do for example is copy this file after modification, name it for example _header-top-area.php and keep in case if you forget about it during the update.
Sign In or Register to comment.