BE-Theme / How do I remove the "Hire us" - Button and center the menu !!
Hi There
Fantastic Template !! LOVE IT !!
I am using the (Be Theme - the IT-version)
I have been looking for a way to remove that "Hire Us" button , But cant find any way to remove it ! what am i not seeing :-)
also i can't get the menu to Center
https://www.dropbox.com/s/m9sv3x286a3q9hr/Be-theme-corrections1.png?dl=0
Can anyone please advise ? Any ideas ?
Most Respectfully
Monzterdk
Fantastic Template !! LOVE IT !!
I am using the (Be Theme - the IT-version)
I have been looking for a way to remove that "Hire Us" button , But cant find any way to remove it ! what am i not seeing :-)
also i can't get the menu to Center
https://www.dropbox.com/s/m9sv3x286a3q9hr/Be-theme-corrections1.png?dl=0
Can anyone please advise ? Any ideas ?
Most Respectfully
Monzterdk
Comments
to remove action button, you must clear text field for this button under Theme options > Header & Subheader > Extras section. But to center menu items along with "Stack: Center" header style, please take a look at http://forum.muffingroup.com/betheme/discussion/170/any-suggestion-how-to-center-menu-using-stack-center where we explained how to do this.
Thanks!
I really do not know how i missed that one (about the button) been looking through it a hundred times..
REGARDING THE TOP-BAR / CENTERED MENU
for anyone who needs the centered menu here is the collected code from the post Muffingroup is referring to:
/* Top bar */
#Top_bar.is-sticky a.button.action_button { top: 10px; }
#Header .menu > li { display: inline-block; float: none;}
#Top_bar .menu_wrapper { text-align: center; width: 100%; }
#Top_bar.is-sticky .menu_wrapper { width: auto; }
#Top_bar .top_bar_left { width: 100% !important; }
.header-stack #Top_bar .top_bar_right { display: none; }