*

ysalim

  • ***
  • 87 posts
my payment buttons (payment pro) do not show properly as it shown in patricia and bender theme. What changes do I need to make to get the button to show correctly?





« Last Edit: July 25, 2016, 12:37:32 PM by ysalim »

*

MB Themes

@ysalim
Send url where the buttons are.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Please check your PM/email. I have sent you the login credentials
« Last Edit: July 25, 2016, 10:46:45 AM by ysalim »

*

MB Themes

@ysalim
It is modified by theme's uniform script.

Go to theme style.css and find following part of code:
Code: [Select]
.gray-button, #uniform-gray, #uniform-undefined
Replace it with:
Code: [Select]
.gray-button, #uniform-gray, #uniform-undefined, .button[id^="uniform-"]
Let me know if works.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Thanks a lots, it works.