+ Reply to Thread
Results 1 to 4 of 4

Thread: How to make button for "Sign Up" links like sign in button?

  1. #1
    Senior Member
    Join Date
    May 2014
    Posts
    182

    How to make button for "Sign Up" links like sign in button?

    Hello, I want to have button for "Sign Up" like "Sign in" button on both account login & contact advertiser blocks.

    https://bit.ly/33522Jq



    sign-up-button.jpg

  2. #2
    I did this one myself, basically just adding class with button


    So go to login_modal.tpl

    Find:
    Code:
    Only registered members can view the code.
    Change to this: (added a class with button and font2 to one location, then added button to the class in second location)

    Code:
    Only registered members can view the code.
    For abit extra customisation:
    If you want full width button add 'w-100' into the class
    If you want a thinner button add 'low' to the class
    Last edited by Chris Brown; January 6, 2022 at 07:28 PM.
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  3. #3
    Then in listing_details_seller.tpl

    Find (this is in 2 places)
    Code:
    Only registered members can view the code.
    replace to
    Code:
    Only registered members can view the code.
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  4. #4
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Thank you, Chris! Its working

+ Reply to Thread