*

srdjan

  • ***
  • 30 posts
Custom box
« on: January 06, 2017, 04:01:05 PM »
Hello, how can i create some custom box for SMS payment ?
To be in box and above to be text "Pay with SMS"
Here is my listing link with SMS payment https://www.yuoglasi.com/usluge_14/ostalo_19/ostalo-in-subotica_id-2611?language=en_EN
« Last Edit: January 06, 2017, 04:18:19 PM by srdjan »

*

MB Themes

Re: Custom box
« Reply #1 on: January 06, 2017, 05:10:51 PM »
@srdjan
Do you mean pop-up that appears?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

srdjan

  • ***
  • 30 posts
Re: Custom box
« Reply #2 on: January 06, 2017, 05:41:37 PM »
No i mean like this:


*

MB Themes

Re: Custom box
« Reply #3 on: January 06, 2017, 07:45:26 PM »
@srdjan
Duplicate design for box and create for sms payments. (in item.php)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

srdjan

  • ***
  • 30 posts
Re: Custom box
« Reply #4 on: January 06, 2017, 10:23:34 PM »
Can you post code,  i try  it and it didnt show me box.

*

MB Themes

Re: Custom box
« Reply #5 on: January 07, 2017, 08:59:24 PM »
@srdjan
You can start with:
Code: [Select]

<div id="seller">
          <h2 class="sc-click">
                          <div class="left"><i class="fa fa-user"></i></div>
              Seller's info                      </h2>


          <div class="sc-block body">
            <div class="inside">

my own text...

            </div>

          </div>
        </div>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

srdjan

  • ***
  • 30 posts
Re: Custom box
« Reply #6 on: January 07, 2017, 10:05:08 PM »
Great, exactly what i need. Thank you.