Trying to add phone number to top right of header

I'm trying to add the client's phone number to top right of their header (like above the menu - maybe above the "Contact Us" menu item) of this site > https://www.brinkmannfiberglasspools.com/

I'm new to BeTheme so not sure the best way to accomplish this? Thanks!!

Comments

  • Hi,

    Please, go to Betheme -> Theme options -> Menu & Action Bar -> Action bar, check the option Show above header, and in the Phone field put the phone number.

    However, it will show up on the left side.

    If you want to move it to the right, please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS:

    #Action_bar .contact_details{
       float: right!important;
    }
    

    Thanks

Sign In or Register to comment.