Osclass Support Forums

Osclass theme support => Beta Osclass Theme => Topic started by: Cephas on June 13, 2021, 02:45:31 AM

Title: Adding a button to the banner
Post by: Cephas on June 13, 2021, 02:45:31 AM
Hello,

I want to add a button right on top of the search bar where the writings are. Any idea how I can do this. I am using that to direct users to a promotion page. Thanks
Title: Re: Adding a button to the banner
Post by: MB Themes on June 21, 2021, 09:40:12 AM
@Cephas
Try something like this:
Code: [Select]
<a href="#" class="btn">My button</a>
Title: Re: Adding a button to the banner
Post by: Cephas on June 23, 2021, 08:02:27 PM
Thank you very much. That works. How do I move the button to the middle, right under the search bar?  Thanks in advance.
Title: Re: Adding a button to the banner
Post by: MB Themes on June 24, 2021, 07:27:13 AM
@Cephas
Check some guides/docs:
https://www.w3schools.com/howto/howto_css_center_button.asp
Title: Re: Adding a button to the banner
Post by: Cephas on July 06, 2021, 12:40:30 AM
Thank you. I appreciate it.