*

bobyrou

  • ****
  • 107 posts
Register now button
« on: May 03, 2017, 04:35:54 PM »
Hi, anyone knows how to apply same button design from "Publish Listing" to apply on "Register Now" link from sign in page? I attached a printscreen.

*

Ivanko

  • *****
  • 388 posts
Re: Register now button
« Reply #1 on: May 03, 2017, 09:43:33 PM »
Hi, anyone knows how to apply same button design from "Publish Listing" to apply on "Register Now" link from sign in page? I attached a printscreen.

where is the attachment?

change css properties or you can try to change whole class
« Last Edit: May 04, 2017, 10:40:57 AM by Ivanko »

Marked as best answer by frosticek on May 04, 2017, 11:15:18 AM
*

MB Themes

Re: Register now button
« Reply #2 on: May 04, 2017, 09:30:10 AM »
@bobyrou
Not sure which button is "Register now!". If it is one from bottom of login page, then you need to copy styles in style.css of class:
Code: [Select]
#header-bar .publish
to class:
Code: [Select]
#i-forms .swap a
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bobyrou

  • ****
  • 107 posts
Re: Register now button
« Reply #3 on: May 04, 2017, 10:56:49 AM »
thanks!!! your solution worked!!