Change Header Colour

Discussion in 'Local Business WordPress Theme' started by bizgirl, Sep 10, 2015.

  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there

    Is there CSS code to change the Header Colour to white and text colour to black for phone details on right hand side.

    Many thanks as always

    Maggie
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header {
            background: white !important;
        }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Many thanks Nitin that did the trick.

    I now need to be able to change the font colour to black so I can add phone
    details on the right hand side of the header. Also can you please tell me how to remove
    the Read More button.

    Cheers

    Maggie
    [​IMG]
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Could you please provide us URL of your website so that we can provide you the exact solution accordingly?

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hello Nitin.

    My apologies for my late response. I have decided to leave the header in the theme colour.

    Could you please tell me though how to remove the orange READ MORE button as
    indicated in the image above.

    Cheers

    Maggie
     
  6. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Sorry, but I am a little bit confused with your issue that are your interest in changing the color of the button or want to remove that button completely.

    But still here I am providing you solution of both the possibilities.

    1.) If you want to remove the button completely then paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    input.btnsubmit {
        display: none !important;
    }
    2.) If you want to change the color of that button, use below CSS code in custom CSS field of your dashboard.
    Code:
    .signupform input.btnsubmit {
        background: burlywood !important;
    }
    Note: Change color as per your interest.

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you Priyanka. I have tried the CSS code to remove the button but it is not working.
     
  8. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page