Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22672

    I’m trying to find the code that will enable me to make the top section black to add some “pop”. I don’t want to make the menu’s dark, so I can’t change the alternate color. Flip-side I’d need the text & social icons lighter. Is this all controlled in the css?

    Any help would be greatly appreciated.

    A nice feature would be to allow that top section to be defined in the Styling settings. I’m sure others would want to change it too.

    Thanks,

    – John

    #116770

    Hi,

    You can add this on your custom.css or Quick CSS

    #header_meta {
    background-color: black;
    }

    .header_color ul {
    border-color: gray;
    }

    Regards,

    Ismael

    #116771

    Ismael you rock! That looks cool. Last question regarding that section… how can I remove the vertical separators between the social icons. They stand out harshly against the black. I’d just take them out completely.

    Thanks!!!

    #116772

    Hi,

    You remove them with this

    #top .social_bookmarks li {
    border: none;
    }

    Or you can change the color using this

    #top .social_bookmarks li {
    border-color: red;
    }

    Always glad to help. :)

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to make the very top of the header section dark / black?’ is closed to new replies.