*

Cephas

  • ***
  • 54 posts
Adding a button to the banner
« 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

Marked as best answer by frosticek on July 06, 2021, 07:42:38 AM
*

MB Themes

Re: Adding a button to the banner
« Reply #1 on: June 21, 2021, 09:40:12 AM »
@Cephas
Try something like this:
Code: [Select]
<a href="#" class="btn">My button</a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Cephas

  • ***
  • 54 posts
Re: Adding a button to the banner
« Reply #2 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.

*

MB Themes

Re: Adding a button to the banner
« Reply #3 on: June 24, 2021, 07:27:13 AM »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Cephas

  • ***
  • 54 posts
Re: Adding a button to the banner
« Reply #4 on: July 06, 2021, 12:40:30 AM »
Thank you. I appreciate it.