Edit Copyright Area

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, Jun 4, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I need to do a couple things in the copyright area (theme1.1stopnonprofitshop.com)

    1) Remove the little dash on the left side
    2) Move 2015 1 Stop Nonprofit Shop over to the left so it is right above Privacy Policy
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    1) Remove the little dash on the left side

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-navi .navigation ul {
        display: none;
    }
    2) Move 2015 1 Stop Nonprofit Shop over to the left so it is right above Privacy Policy

    Code is given below..
    Code:
    .footer-navi .navigation .right-navi p {
        margin-left: -69px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page