How to change hamburger menu in mobile to different color . Black horizontal bar

Posted in: Newspaper
Post count: 2

I found your amazing WP theme and my client loves the design. The laptop looks great but we are having problems
with the design of the hamburger menu. I am using the latest version of newspaper on our production site.

http://final.redcarpetsf.net/

Here is the web page link to a mobile vertical and horizontal view using Iphone and Android
What we want done:
I need the custom CSS code to change the horizontal black bar to white or transparent
and the Hamburger Icon ( 3 bars ) and search icon to a black color.

Here is link to the screenshots here

Elle Gamboa
Web Guy for Red Carpet San Francisco

Post count: 35449

Hi,

From what I can see your menu icons are black -> http://prntscr.com/pj0hai
If you want to change the colors, you can use this custom css -> http://prntscr.com/pj0hz6
#td-top-mobile-toggle i.td-icon-font.td-icon-mobile {
color: #12ea56 !important;
}
.td-header-style-10 .header-search-wrap .td-icon-search {
color: #f112f4!important;
}

The code need to be set in theme panel> Custom code> Advance > css

Also if you want to have more control over header layout on desktop and mobile too, you can use a header template from tagDiv Cloud Library, use tagDiv Composer with header manager to edit it how you want.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.