Okay
  Public Ticket #1747970
Hamburger Icon Color
Closed

Comments

  • hfmn started the conversation

    Hello and thank you for this great piece of art of a theme! 

    Can you please guide me to a css solution to change the color of the burger "icon" - the 3 bars and X ? Inlcuding support for dark / light color change depending on the section below it?

    Thank you!

  •  8,998
    Tahir replied

    Hey Again,

    Try adjusting these options : http://prntscr.com/l6oitq and http://prntscr.com/l6oj6a .

    Best


    ThemeNectar Support Team 

  • hfmn replied

    Tried and it works with visible navigation / other theme skin. But I have it fully transparent and color values are ignored as I am doing it.

    So the Burger icon on the top-right is ignoring the color given in the settings since I have a transparent header. If I enable the header background the coloring is visible but I need to set the burger color like the site is right now. I also think this is theme skin related: in some theme skins the color value is used in other it is ignored.

    Can you help please? Added a new ticket with another issue with the logo visibility.

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer.transparent.side-widget-open .midnightHeader.dark header#top nav ul .slide-out-widget-area-toggle a i.lines, #header-outer.transparent.side-widget-open .midnightHeader.dark header#top nav ul .slide-out-widget-area-toggle a i.lines:before, #header-outer.transparent.side-widget-open .midnightHeader.dark header#top nav ul .slide-out-widget-area-toggle a i.lines:after, #header-outer.transparent.directional-nav-effect.side-widget-open .midnightHeader.dark header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i, #header-outer.transparent.directional-nav-effect.side-widget-open .midnightHeader.dark header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:after, #header-outer.transparent.directional-nav-effect.side-widget-open .midnightHeader.dark header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:before, #header-outer.transparent.side-widget-open .midnightHeader.default header#top nav ul .slide-out-widget-area-toggle a i.lines, #header-outer.transparent.side-widget-open .midnightHeader.default header#top nav ul .slide-out-widget-area-toggle a i.lines:before, #header-outer.transparent.side-widget-open .midnightHeader.default header#top nav ul .slide-out-widget-area-toggle a i.lines:after, #header-outer.transparent.directional-nav-effect.side-widget-open .midnightHeader.default header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i, #header-outer.transparent.directional-nav-effect.side-widget-open .midnightHeader.default header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:after, #header-outer.transparent.directional-nav-effect.side-widget-open .midnightHeader.default header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:before, #header-outer.transparent .midnightHeader.light header#top nav ul .slide-out-widget-area-toggle a i.lines, #header-outer.transparent .midnightHeader.light header#top nav ul .slide-out-widget-area-toggle a i.lines:before, #header-outer.transparent .midnightHeader.light header#top nav ul .slide-out-widget-area-toggle a i.lines:after, #header-outer.transparent .midnightHeader.light .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button:after{   
     background-color:#a0d329 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • hfmn replied

    Added this code but does not change anything that I can notice. Thank you

  •  8,998
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   hfmn replied privately
  •  8,998
    Tahir replied

    The css is not getting saved: http://prntscr.com/l9uy9c .

    Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible .

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    • max_execution_time 60
    • memory_limit 256M
    • post_max_size 48M
    • upload_max_filesize 48M

    Please have your hosting provider fix this for you so it can be installed correctly. 

    Thanks 


    ThemeNectar Support Team 

  •   hfmn replied privately
  • hfmn replied

    I hope you can get this running with me – I need to show client today the status…

  •   hfmn replied privately
  •   hfmn replied privately
  •   hfmn replied privately
  •   hfmn replied privately
  •   hfmn replied privately
  •  8,998
    Tahir replied

    Please check for server php errors using this guide: http://premium.wpmudev.org/blog/your-complete-guide-to-troubleshooting-wordpress/ . It would be best to contact the hosting provider and have them look into this as they are aware of the Server Configuration Details .

    Best


    ThemeNectar Support Team