Adding CTA button in navigation bar

  • Posted in : Efor
  • Anonymous
    Inactive

    Hi I am looking for a way to add a CTA button in the navigation bar between contacts (last menu item) and the social icons. How can I do this?

    ahmetsali
    Keymaster

    Hi, you can add a Custom HTML widget to your Header Social Media Icons widget area and paste this code to the Custom HTML widget content input

    <a href="#" class="button">Button Text</a>
    

    and add this custom css code to Customizer > Additional CSS box;

    .site-header .social-container .textwidget {
        display: inline-block;
        }
    .site-header .social-container .textwidget .button {
        padding: 9px 12px; margin: 0 10px;
        }
    

    Cheers.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register