Blackbird theme

Discussion in 'BlackBird WordPress Theme' started by rmiberg, Oct 24, 2012.

  1. rmiberg

    rmiberg New Member

    Joined:
    Oct 23, 2012
    Messages:
    2
    Likes Received:
    0
    how can I:

    1. enter my own client testimonials in the home page? If i cannot enter my own, then i want to eliminate the Inkthemems testimonials.

    2. Remove the search box in the home page menu header.

    3. Increase/change the font of text on the pages

    thanks much!



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Go to
    Appearance > Theme Option > Homepage Settings > Homepage testimonial text
    and enter your heading and text there.

    2.For your second issue


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


    Code:
    .top-search {
    display: none;
    }
    3.For your third issue

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

    Code:
    p{
    font-family:symbol;
    font-size:18px!important;
    }
    Inplace of "symbol" put your font type.
     

Share This Page