Adding Items Below Footer

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, May 5, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I want to see if I can add certain items below the footer (such as privacy policy, FAQ, the image of the BBB accredited charity, etc). I attached a snapshot of what I'm looking for.
     

    Attached Files:

  2. nitin

    nitin Guest

    Greetings from InkThemes,

    As per your requirement, I would like to inform you that - This will require some source code customization in the theme.

    So, send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :

    We will do it for you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Is there code I need in order to do this? I don't need it done currently on this website, but will need it in the future on other websites I build. Will I just need to contact support to get help with this each time? I just need to be able to add the links underneath the copyright area at the very bottom.
     
  4. priya

    priya Guest

    Hello,

    Please follow the screenshot given below.

    add_other_info_bottom.png

    After that, add the code given below in Custom CSS field..
    Code:
    .footer_bottom img {
        float: right;
        width: 17%;
        padding: 13px 13px 13px 0;
    }
    .footer_bottom a {
        color: white;
      margin: 17px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page