Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22577

    Hello. Is there a way to change the background colors and font colors of the Logo/Menu + Social Icon/Menu area in the Theme options panel? I could not find such settings, so I assume they need to be modified via css. Is there any examples that have been created yet, for example, to have a darker logo/menu and top bar area? Thanks.

    #116243

    Any suggestions please?

    #116244

    Hi,

    You can start with these codes. Place them on your Quick CSS or custom.css

    #header_main {
    background: #585858;
    border-color: #2B2B2B;
    }

    #header_meta {
    background: #585858;
    border-color: #2B2B2B;
    }

    .header_color ul {
    border-color: #2B2B2B;
    }

    .menu-item a {
    color: white !important;
    }

    You can also edit the color theme on Theme Options > Styling > Click on the Header tab.

    Regards,

    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu + Top Bar Colors’ is closed to new replies.