Where can I edit footer data?

Discussion in 'Blackriders WordPress Theme' started by sunjeep8777, Jul 18, 2014.

  1. sunjeep8777

    sunjeep8777 New Member

    Joined:
    Jul 17, 2014
    Messages:
    7
    Likes Received:
    0
    I really don't need any of this data in the footer, but if I did, where can I delete or edit this information?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    These are the default content of footer widget area.
    Go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the all Footer Widget Area and paste the code given below in the content section of that widgets.

    Code:
    <p></p> 
    This will remove the default widgets.
     
  3. thetrafficman

    thetrafficman New Member

    Joined:
    Mar 2, 2016
    Messages:
    1
    Likes Received:
    0
    Thank you Piyush. Now how do I get rid of the header area?
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    If you want to edit that text with your desired text....

    Please follow the screenshot given below.

    header_text.png

    Or, if you are interested in removing that area...

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_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