Help with text color in Feature Areas & removal of white block

Discussion in 'BizWay WordPress Theme' started by peerlessav, May 5, 2014.

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

    peerlessav New Member

    Joined:
    May 15, 2012
    Messages:
    6
    Likes Received:
    0
    Hello

    Can someone please help me to change the font color of the Homepage Feature text headline and description areas.

    Also, how do I remove the "white horizontal" block line on the bottom of the page. See attached screenshot

    THanks
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .main-content h1 {
    color: red;
    }
    .main-content p {
    color: red;
    }
     
    2. Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  3. peerlessav

    peerlessav New Member

    Joined:
    May 15, 2012
    Messages:
    6
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.footer_bottom {
    background: none;
    }
    div.footer-wrapper {
    background: none;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     
  5. peerlessav

    peerlessav New Member

    Joined:
    May 15, 2012
    Messages:
    6
    Likes Received:
    0
    Awesome Thanks!
     
Thread Status:
Not open for further replies.

Share This Page