Centre logo over entire menu bar & change grey colour tone on mini menu's

Discussion in 'BlackBird WordPress Theme' started by rhhb, Sep 1, 2015.

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

    rhhb New Member

    Joined:
    Sep 19, 2013
    Messages:
    2
    Likes Received:
    0
    Hello,
    I am a new customer of yours and would hugely appreciate a lil help customizing my theme.... Here is my link http://hipbrownhome.com.au/

    I would like to centre my logo over the entire menu bar. At the moment it is still sitting slightly left

    I would also like to change the colour tone of the grey on the other mini menu bars eg Underneath the front page feature's 1, 2, 3. and the bottom sign up email bar.

    Many thanks in advance for your help.

    Kind regards

    Rachael
     
  2. priya

    priya Guest

    Hello Rachael,

    Greetings from InkThemes!

    You can resolve your issue yourself, you just all have to paste the CSS code given below in Custom CSS section(Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    For the logo section, code is given below.
    Code:
    .header .logo {
          margin-left: 306px;
    }
    To change the text color from gray to black, code is given below.
    Code:
    .signuparea {
        background-color: black !important;
    }
     
    .signuparea .signup-content {
        color: black !important;
    }
     
    .feature-content-inner p {
        color: black !important;
    }
    .signupform input[type="text"] {
        border: 1px solid black;
    }
     
    .signup-content .signuplogin {
         border-left: solid 1px black;
    } 
    .feature-post .feature-post-inner p {
        margin-bottom: 0;
        color: black;
    }
    .feature-post .feature-post-inner p {
          color: black;
    }
    Note: Change the color as per your interest.

    Hope it will resolve your issues.

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. rhhb

    rhhb New Member

    Joined:
    Sep 19, 2013
    Messages:
    2
    Likes Received:
    0
    Ok I will have a go. Thankyou kindly!
    R
     
Thread Status:
Not open for further replies.

Share This Page