create user account menu-action button

hi, is there a way to create a menu-action button as show here https://i.imgur.com/oQN0dW1.png ?

i cannot find in menu section any appropriate way for user account creation.

https://i.imgur.com/IZg7kex.jpg

In addition to this, how please do i create these two https://i.imgur.com/akRUuVK.png and with a border? are they menu items?

thanks

Comments

  • Hello,

    To achieve that, please, try to use the Header Builder plugin.

    You can learn more about this tool under the following links:

    https://support.muffingroup.com/video-tutorials/how-to-build-a-custom-header/

    https://support.muffingroup.com/documentation/header-builder/

    Thanks

  • hi, i have follwed provided guidance from video ,set up these https://i.imgur.com/LTZymLH.png but still the result is the same

    https://i.imgur.com/K4rcXMO.jpg . the login sign up and the person icon is from the wordpress menu

  • 1) You did not put the link in a link field.

    If you do not want to fill it yet, you can put there # sign temporarily, but this field cannot be empty.

    They take its display from the theme options, so if you want to change them, go to Betheme -> Theme options -> Global -> Buttons.

    2) For the user icon, you can use the icon item.

    When you have the buttons and icon, you can remove them from your main menu.


    Thanks

  • hi ok, i did it but i have the following questions please:

    1. how can i change the button's font to Montserrat (like the menu)
    2. how do i put the buttons on the same hight? ithey are a bit lower of main menu.
    3. how do i apply link to login and signup page? i cannot find any appropriate page on the menu section? shouldn't there be one e.g account and/or user menu?
    4. thanks
  • 1) You can change the button font in Betheme -> Theme options -> Global -> Buttons. The Custom style has to be selected

    2) Please try the following code:

    .mhb-col.right .mhb-item{
       margin-bottom: 15px!important;
    }
    

    3) You can create a login page where you will put the login widget.

    But basic WP does not have a signup functionality, and all users need to be registered by the administrator.

    You will have to use some plugins. For example, if your website will have a shop, then you can set the registration and login page for customers in WooCommerce settings.


    Thanks

Sign In or Register to comment.