move homepage sub heading below slider

Discussion in 'BizWay WordPress Theme' started by coldrz, Nov 13, 2013.

  1. coldrz

    coldrz New Member

    Joined:
    May 17, 2012
    Messages:
    5
    Likes Received:
    0
    how do i move the sub heading text below the slider?

    How can i change the color to white behind my logo area at the top of home page?
     
  2. Piyush

    Piyush Support Staff

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

    1. Go to the front-page.php file present in your theme diretory and edit the code as shown in the image given below.

    [​IMG]

    [​IMG]




    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header-container {
    background-color: white;
    }
    In place of "white" you can put your color or color code.
    This will solve your issue.
     

Share This Page