Resizing Top Menu Bar & Featured Icons

Discussion in 'BlackBird WordPress Theme' started by harquin, Nov 12, 2012.

  1. harquin

    harquin New Member

    Joined:
    Nov 12, 2012
    Messages:
    2
    Likes Received:
    0
    It seems that the top menu bar is not the right size, and is currently cutting off the end of the search box, how do I resize this is fit the page properly?

    Also My 3 featured icons are in square boxes instead of round, and there is no call to action linked to them. How do I change this?

    Any help would be appreciated!

    Website
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue
    Please share the link of your website.

    2.For your second issue.

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

    Code:
    .feature-content-inner .circle {
    border-radius:0!important;
        -moz-border-radius:0!important;
        -webkit-border-radius:0!important;
        -khtml-border-radius:0!important;
    }
    .feature-content-inner .circle img{
    border-radius:0!important;
        -moz-border-radius:0!important;
        -webkit-border-radius:0!important;
        -khtml-border-radius:0!important;
    }
     
  3. harquin

    harquin New Member

    Joined:
    Nov 12, 2012
    Messages:
    2
    Likes Received:
    0
    Hi Gourav,

    Sorry I thought I posted the link. www.lifeisthis.co.uk - Upon further research it appears to be showing differently in different browsers. Anyway I can change this?

    Also the code didn't work, still just square boxes I'm afraid :(
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please send your wp-dashboard id, password and dashboard login page link with problem description
    at [email protected]
     

Share This Page