replace front page section with text block

Discussion in 'BizWay WordPress Theme' started by smarta, Aug 26, 2015.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I want to replace the section on the home page that has

    Social Links Email - [email protected]
    Call Now - 1234 -000 -548
    with a block of text -
    I am guessing I could use either a widget or I could put it as html into the template file
    what would you suggest?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Yes, you can easily replace that section through widget area by following the steps as mention in the video (given below)

    Link of the video: http://screenpresso.com/=SMHKf

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    hi Priyanka

    sorry that did not do what I wanted

    see here
    http://uniformsfornetball.com.au/

    the text has appeared under the footer and the "Social Links" is still there

    I wanted to completley replace that line with the multi lines of text (which is now appearing below the footer)
     
  4. priya

    priya Guest

    Hello,

    If you want to replace that part with the text then we need your dashboard access to resolve your issue because that will required some customization.
    So, send us your website dashboard login details at [email protected] and we will do it for you.

    If you want to completely remove that part then you can use below CSS code in Custom CSS field (Appearance=>Theme Option=>Styling Option=>Custom CSS) of your Dashboard.

    Code:
    .footer-top {
        display: none;
    }
    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page