Support for Envato Buyers Forums Samsara Change header

Viewing 2 reply threads
  • Author
    Posts
    • #8371
      CloudColor
      Member

      Hello,

      I would like to format my header so it looks like this image.

      I have already added the logo. I simply need to know how to change the header’s background color and add the clickable “Book Now” button at the very right.

      Thank you.

    • #8372
      CloudColor
      Member
      This reply has been marked as private.
    • #8376

      Hi

      You can change the background color in “Samsara options > Custom Styles”. For Book now issue, it’s a custom issue that is not included in the support, just tell you the general solution.

      1. You need to modify header.php file (Or create a child theme and copy the header.php to the child theme), add the button HTML into

      <nav id="primary-menu">.....<a href="#" class="booknow">Book Now</a></nav>
      

      2. Add your custom CSS for the button like below
      .booknow{width:200px;height:80px;display:block;float:right;}

      Thanks

Viewing 2 reply threads
  • You must be logged in to reply to this topic.