Homepage Testimonial

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Feb 12, 2014.

Thread Status:
Not open for further replies.
  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi, how do I remove this from the homepage.

    Many thanks
    Liz
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Could you please explain your problem with the help of screenshot, About which area you are talking and also share the link of your website, so that we can give you the exact solution.

    Thanks & Regards
    Gourav Shrivastava
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi, I put a testimonial plugin in the 3rd footer widget area. I have removed the plugin and would like to remove the 3rd footer widget area altogether. www.margmont.wa.edu.au
    Many thanks.
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer .sub_middle:nth-child(3) .footer_widget {
    display: none;
    }
    .footer .sub_omega {
    margin-left: 100px;
    } 
    You can adjust the value of "margin-left" as per your requirement.
    This will solve your issue.
     
  5. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Many thanks Piyush, now how do I move the 4th footer back to it's
    original position on the right.

    Many thanks
    Liz
     
  6. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer .sub_omega {
    margin-left: 257px;
    }
     
    This will solve your issue.
     
  7. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thanks so much Piyush. Great service!!
     
Thread Status:
Not open for further replies.

Share This Page