Help with front page

Discussion in 'BlackBird WordPress Theme' started by bpurvey, Dec 20, 2013.

  1. bpurvey

    bpurvey New Member

    Joined:
    Dec 12, 2013
    Messages:
    3
    Likes Received:
    0
    I am having some issues adjusting my front page of my website.

    1. I want to change the color of the Home Top Feature heading & description box to BLACK
    2. I wanted to add some space between the Feature Image and the Feature Heading
    3. I want to change the text (Feature Heading & Feature Description) in the Feature area to BLACK
    4. I want to change the color of the buttons ("Catalogs") on the feature area to BLACK
    5. I want to remove the black bar at the bottom of my page

    Here is my website: www.issl.bm

    Thank you
     
  2. bpurvey

    bpurvey New Member

    Joined:
    Dec 12, 2013
    Messages:
    3
    Likes Received:
    0
    I've fixed #5........need help with # 1 - 4
     
  3. Piyush

    Piyush Support Staff

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

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

    Code:
    .flex-caption {
    background: black;
    }
    In place of "black" you can put your color or color code.

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

    Code:
    .feature-content-inner .circle {
    margin-bottom: 20px;
    }
    You can adjust the value of "margin-bottom" as per your requirement.

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

    Code:
    .feature-content-inner h2 a {
    color: black;
    }
    .feature-content-inner p {
    color: black;
    }
    In place of "black" you can put your color or color code.

    4. Could you please specify the button with the help of screenshot images of which you want to change the color.
     

Share This Page