three bar menu icon in header

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 22, 2016.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    I'd like to use a three bar menu icon (or similar) in the header for:
    1. log in/out
    2. account (access)
    Right now, as part of the design, there is already a three bar menu icon. When clicked it moves the header up and down. It looks very nice, but doesn't serve a purpose for me specifically. With respect to that icon, how can I:
    • remove it
    • hide it, or
    • repurpose it to fit my needs as described above
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rex,

    You can simply hide that Toggle button using below code in Dahshboard->Appearance->Customizer->Theme Settings->Custom Setting->Custom CSS field.
    Code:
    .header .toggle_strip{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    excellent, naveen, thanks!
     
Thread Status:
Not open for further replies.

Share This Page