+ Reply to Thread
Results 1 to 4 of 4

Thread: bitcoin and paypal image in footer

  1. #1
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657

    bitcoin and paypal image in footer

    Hello,

    Can someone help me or show me how to insert 2 images in the footer somewhere for payment options, basically just to show that my site accepts Bitcoin and paypal payments.

    Have to insert a divider somewhere in the footer, where do i edit the code to do this?

    thanks
    Boatfind.com
    Boatfind.com.au

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    go to templates > tpl > footer.tpl

    below:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

    then go to css > style.css

    after:

    @media screen and (min-width: 1200px) {


    add:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; March 11, 2021 at 07:31 PM.

  3. #3
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Thnx Rudi.
    Boatfind.com
    Boatfind.com.au

  4. #4
    Quote Originally Posted by Rudi View Post
    Hello,

    go to templates > tpl > footer.tpl

    below:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

    then go to css > style.css

    after:

    @media screen and (min-width: 1200px) {


    add:
    Code:
    Only registered members can view the code.
    Hello Rudi,

    I don't really have the technical skills to do these operations.

    would you support me

+ Reply to Thread