Bizway Pro change header colour

Discussion in 'BizWay WordPress Theme' started by sapy_marketing, Apr 3, 2014.

  1. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Good day.
    My website www.sapy.com, please help me change the first header colour to red (in my website it reads "
    Quality • Flexibility • Service


    ? I can only change all of the headings, not just that one?
     
  2. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Please would you also help me make the space between that header and the slider less?
     
  3. 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:
     .slider-wrapper-container h1 {
    color: red;
    }
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  4. Piyush

    Piyush Support Staff

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


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

    Code:
    .slider-wrapper-container h2 {
    margin-bottom: 10px;
    } 
    You can adjust the value of "margin-bottom" as per your requirement.
    This will solve your issue.
     

Share This Page