Making top banner image full page width & removing footer info

Discussion in 'ColorWay WordPress Theme' started by keurigirl, Jun 20, 2018.

  1. keurigirl

    keurigirl New Member

    Joined:
    May 24, 2012
    Messages:
    4
    Likes Received:
    0
    Hi! My website is www.veloni4kpud.com.

    I would like to make the banner at the top of my site the same width as the website.

    Additionally, I'd like to remove the following sections in the footer area, but I cannot find where to do this. I checked the widgets area but do not see them as active. The titles are "About Theme" "Colorway" "Gallery" and "Contact Us".

    I have emailed the following to [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    Thank you!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    There are two solutions to remove footer widget area:

    1: To completely remove footer widget area, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer-container {
        display: none;
    }
    2. To remove only text and widgets, just place the blank text widget in the widget area,
    (Dashboard->Appearence->Widgets)

    Hope this helps...!

    Thanks & Regards,
    Akbar
    InkThemes.com
     

Share This Page