Questions

Discussion in 'BlackBird WordPress Theme' started by jlmfitness, Jul 12, 2013.

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

    jlmfitness New Member

    Joined:
    Jun 26, 2013
    Messages:
    4
    Likes Received:
    0
    My site is: www.jlmfitness.com

    Questions:

    1. We can't seem to add a background?

    2. Why can't we remove the search bar?

    3. How do I get the phone/Ipad version of the site to stay at classic? The other version is not very good, but the classic version is great.
     
  2. jlmfitness

    jlmfitness New Member

    Joined:
    Jun 26, 2013
    Messages:
    4
    Likes Received:
    0
    Also, how do we change the color of the slider box with text?
     
  3. Piyush

    Piyush Support Staff

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

    1. To add a background, go to the Appearance > Theme Options > General settings and upload your background image from the background image section.
    See the link image for reference.
    http://screencast.com/t/GFlgli7mV

    2. To remove the search bar, paste the code given below in the Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .top-search {
    display: none;
    }
    This will solve your issue.

    3. Could you please explain this issue little more.

    4. To change the background color of the slider box and text,
    paste the code given below in the Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flex-caption {
    background: red;
    }
    .flex-caption h1 a {
    color: blue;
    }
    .flex-caption p {
    color: blue;
    }
    You can put your color inplace of "red" and "blue".
    This will solve your issue.
     
  4. jlmfitness

    jlmfitness New Member

    Joined:
    Jun 26, 2013
    Messages:
    4
    Likes Received:
    0
    When you search for my website via smartphone that page comes up , and it's not very nice. If you scroll to the bottom you can click on the work classic and it defaults to another style and it's much better. Is this a hosting question for my host Go Daddy?
     
  5. Gourav

    Gourav Support Staff

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



    We have visited your website the problem is occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem.
     
  6. jlmfitness

    jlmfitness New Member

    Joined:
    Jun 26, 2013
    Messages:
    4
    Likes Received:
    0
    Okay, I will do that and let you know.

    Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page