Modifying footer

Discussion in 'ColorWay WordPress Theme' started by zeora3, Mar 1, 2016.

  1. zeora3

    zeora3 New Member

    Joined:
    Mar 1, 2016
    Messages:
    2
    Likes Received:
    0
    I love the Colorway theme; however, I would like to remove certain aspects in the footer. The About Theme, Gallery, Contact Us, and the Colorway - What is the custom css code to remove all of those, and could I remove the "Colorway Wordpress Theme from Inkthemes.com?"
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To remove footer content, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container {
        display: none;
    }
    To edit "Colorway Wordpress Theme from Inkthemes.com", please follow the screenshot given below.

    footer_content.png


    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page