Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1844483
Color and text mobile navigation
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    I can't change color and text, social icons and hamburger of mobile navigation (http://prntscr.com/m4178s). I tried with Vertical Mobile Nav, but it had no result.

  •  501
    Penci replied

    Hi there,

    Add the following code in Customizing > Additional CSS

    .mobile-sidebar .primary-menu-mobile li a,
    .mobile-sidebar .dropdown-toggle.fa-angle-down:before{
        color: #f0f;
    }
    .mobile-sidebar .sidebar-nav-social a{
        color: #b31313;
    }
    .menu-toggle {
        color: #0e1194;
    }
    

    Change the hex color code to make changes in color and let us know if you need any help further.

    Best Regards,
    PenciDesign

  •  4
    ISOLE-GRECHE replied

    Ok... I need other two changes:

    1) Hoover hamburger color: http://prntscr.com/m446q5
    2) X color of close button: http://prntscr.com/m4474q

  •  501
    Penci replied

    Hi,

    1/ Change hover hamburger color, please go to Customize >  Colors for Header  then scrolldown to "Icon Menu Hamburger Color Hover" option and change any color you want as screenshot  http://prntscr.com/m4ahou

    2 / Change X color of close button, please go to Customize > Addtional CSS, add custom css to do that

    color button : 

    .penci-menu-hbg-inner #penci-close-hbg:before,
     .penci-menu-hbg-inner #penci-close-hbg:after{ background: #888; }


    color hover :

    .penci-menu-hbg-inner #penci-close-hbg:hover:before, 
    .penci-menu-hbg-inner #penci-close-hbg:hover:after {
        background-color: #111;
    }
    

    You can change  color button and color hover to  any color you want.


    Best Regards,

    PenciDesign

  •  4
    ISOLE-GRECHE replied

    1) It doesn't work: http://prntscr.com/m4ceic  http://prntscr.com/m4ce5j

    2) It doesn't work, neither with attribute !important. Moreover I'd like to change X color from black to white: http://prntscr.com/m4cpnb


  •  501
    Penci replied

    Hi there,

    Can you please share login credential details ?

    WordPress admin URL
    Username
    Password

    So that I can take closer look on that issue.

    Best Regards,
    PenciDesign

  •  4
    ISOLE-GRECHE replied

    I'm working offline. When the website will be online, I'll send you admin credentials.

  •  501
    Penci replied

    Hi,

    1/ It seems that  button is menu toggle mobile sidebar, not hamburger .

    Please try go to Customize  > Colors for Header, then scrolldown to "Icon Menu Mobile Color" option , then change any color you want as screenshot http://prntscr.com/m4ym71

    2/ Please try go to Customize  > Vertical Mobile Nav,  then scrolldown to Colors box then change color button close as screenshot http://prntscr.com/m4ynh1

    If it still not work, don't worry about this issue. After you update code on hosting, i will check it help you.

    Best Regards,

    PenciDesign