• Hi all!

    Iam using Hueman Theme, it’s very nice. But I didn’t have an idea how to change two important things. You can look at https://www.coffeeandchainrings.de, if you don’t understand what I mean.

    1. How to change Text-Color in Header Menu
    Our Header Menu isn’t easy to see. Text color is white. How can I change it into black oder some darker color? I tried some changes in the .css but it doesn’t work. Think there must be more than one change, cause of the submenus and the effect by clicking a menu.

    2. How can I reduce the space between Header Image and the Menus? It’s not the real height of my .png, the space is higher.

    Would be finde to get some help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi dnlmb

    By inspecting your site the below CSS might help to change text color in header menu.

    ul#menu-top li a {
        color: #000000 !important;
    }

    And for your space between Header Image and the Menus.The CSS would be:\

    #header .pad {
        padding-top: 30px;
        padding-bottom: 0;
    }

    Hope this will help you to solve your issue and let us know if any confusion.

    Regards!!!

    Thread Starter dnlmb

    (@dnlmb)

    I tried both in style.css but it didn’t work

    Thread Starter dnlmb

    (@dnlmb)

    I changed to human child theme. Now it works, thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Human Header Text Color & Space between Header Image and menu’ is closed to new replies.