Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23100
    MVS
    Member

    Is it possible to place a button (a box with hyperlink) in the right corner of the header (there, where the search-widget is).

    I tried with this code in the editor of the header-file

    <div id="dc-contact-2" class="dc-contact-slick bottom align-right" style="width: 260px; position: fixed; z-index: 10000; margin-bottom: -345px; right: 40px;">
    <div class="tab" style="position: absolute; margin-top: -43px; right: 0px;">
    <span>Register</span>
    </div>

    But this doesn’t work

    #23149
    Sakin
    Keymaster

    @MVS: Catch Everest Free theme doesn’t have Header Right Sidebar to add in the code. So, you need to build child theme and add it through child theme functions.php file with action hook.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Register-Button in the Header’ is closed to new replies.