footer area

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Dec 12, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    I want to place in footer 4 an logo of a dutch payment method.
    What is the best way to do that?? (attached picture footer-tsupporting01).

    When you look at the webshop at the categorie page you see the different categories product with an picture and a name en the number of articles. This last thing is yellow, is it possible to change the color ( attached picture categorietsupporting01)

    my website is www.t-supporting.nl
     

    Attached Files:

  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    To add image in footer you can use "Text" widget in fourth footer section.
    Just go to "Appearance -> Widget" and drag and drop "Text" widget in "Fourth Footer Widget area" and put your image tag in that along with image address. It will show image in your footer of website.

    Image tag is <img src="Address of image"/>

    And to change the yellow color
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .count {
    background: white;
    }
    In place of white you can out your color.

    Thanks & Warm Regards
    Harmeet Singh
    InkThemes.com
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Nitesh likes this.

Share This Page