Okay
  Public Ticket #2659388
changes about the menu
Closed

Comments

  • Ivan started the conversation

    i want to move the primary menu on top of the slider but i dont know how. 

  • Ivan replied

    i put the css that was replied in another ticket, but without success.

    .page_header.affix [class*="container"] {    padding-top: 0;    padding-bottom: 0;    display: none;
    }


  •  1,627
    Andrey replied

    Hello, Dear Ivan !

    You may change header via Customizer:

    http://prntscr.com/wo8acr

    http://prntscr.com/wo8dhg

    Just select and apply Header type 1 or type 2 and save changes.

    Best Regards!

  • Ivan replied

    thanks! i have another question, i want to move/remove the contact button on the top, also make a link in the adress section, I attach an image for reference. Hope you can help me. :D

  •  1,627
    Andrey replied

    Hello, Dear Ivan!

    In order to remove the buttons in the top of the Header, please put the following code in the Additional CSS:

    .fa-map-marker:before {
        content: "\f041";
    display: none;
    }
    .header__contact-item .fa {
        display: none;
    } .header__row3 a.header__contact-item-btn {
        color: #42b23c !important;
        display: none;
    }

    Please, send the following information and we will set up the link for the address.

    login and password of your WP Dashboard.

    Best Regards!