How do I edit the 4 fields above the footer?

Discussion in 'ColorWay WordPress Theme' started by johced1974, Sep 7, 2016.

  1. johced1974

    johced1974 New Member

    Joined:
    Apr 3, 2012
    Messages:
    22
    Likes Received:
    0
    I want to edit or even remove the 4 fields above the footer - how do I do this? I can't find the proper settings.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can edit that sections from widget field (Dashboard=>Appearance=>Widget=> Footer Widget Areas) of your dashboard..

    You just all need to drag and drop text field in that section and put your content over there as shown in the screenshot given below..

    footer_widget.png

    Or, if you want to remove that area, please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page