Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1935
    gadgetxpert
    Member

    Hi, I’ve chosen to use this theme from now on. I’d like to change the logo section white. Do you have a custom CSS?

    #1937
    gadgetxpert
    Member

    Oh, and will there be future updates? And can I put a border around the search bar and make my logo the size as it should be.

    #1938
    gadgetxpert
    Member

    Thank you! Great theme! Awaiting your response:-)!.

    #1940
    gadgetxpert
    Member

    Also, and sorry for being a nag I have autism; When you click on a post, it highlights in the menu, can I stop this?

    #1991
    Sakin
    Keymaster

    @gadgetxpert: About the question regarding logo section white. I am bit confused,. I guess you want your header grey background to be removed. If that is the case then you can add the following css in the “Custom CSS” box in your Theme Option under Appearance tab of WordPress Dashboard:

    #header {
    background: none;
    }

    Yes there will be updates of the theme. But for the border around the search box you can add it through css. For example as below in your “Custom CSS” box:

    #header .social-search form.searchform {
    border: 1px solid #000;
    margin-top: 20px;
    padding-top: 0;
    }

    about your last question: Also, and sorry for being a nag I have autism; When you click on a post, it highlights in the menu, can I stop this? can you tell me why you want to remove this. This is default in the standard theme.

    Also for more please use different forum thread for different questions and also please add in your site URL whenever you are asking for support.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing header colour section to white.’ is closed to new replies.