Is there a way that we can add other buttons or images to the header space

Discussion in 'BlackBird WordPress Theme' started by blackdiamond, Jan 12, 2015.

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

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Hi, is there a way that we could add other images or buttons to the header?

    Also, how can I make the phone number in the header larger?

    Thanks,
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi blackdiamond,

    We have got your concern,

    Could you please provide us your site URL with some edited screen shots of your header where you need changes, so that we can have a detail look over them and provide the exact solution ASAP ?

    To make phone number larger please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .header-info p.cell {
    font-size: 34px;
    }
    Thanks
    Praveen
     
  3. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
  4. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Here is the header screenshot.
     

    Attached Files:

  5. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0



    Hi Praveen, I placed the above code
    .header-info p.cell {
    font-size: 50px;
    }
    in the custom css box, but that did not change the font size. Could you suggest anything else? Thanks
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi blackdiamond,

    To change font size font size of phone number please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .call-us p {
    font-size: 24px;
    padding: 10px;
    }
    Thanks
    Praveen
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi blackdiamond,

    Yes, it is possible to add more items to the header but all these are not possible through just customization.

    For these changes we have to edit and write some code in the header file.

    Thanks
    Praveen
     
  8. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    @ Blackdiamond I love the customization of the theme, how did you learn how to do that? What I mean is the specific changes to Blackbird, is there a document that explains what needs to be changed to use a different font or to expand the slider to full width. Thank you for your help
     
  9. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Hi Tripperking,

    I don't have an instruction sheet.

    I mainly just made the changes through the Appearace>Theme Options panel.

    I made the pages fullwidth by going to the individual Page option. On the right part of the page creation section you will see "Page Attributes" Under that heading you will see "Template". In that drop down, you select Fullwidth Page instead of Default Template.

    I removed the contact lead form widget with the help of inkthemes support. See http://www.inkthemes.com/community/...appointment-calendar-plugin.15442/#post-58449

    I don't think I have changed the font. But I added text to the slider images. I think I used Myriad Web Pro.

    I also added a slider to each page besides the home page using the Meta Slider plugin.

    We are trying out vCita for the popup contact Us form. And we are trying out Zopim's chat plugin. Neither are free, but they seem to be a good option. We are testing them both out.

    Good luck.
     
Thread Status:
Not open for further replies.

Share This Page