Okay
  Public Ticket #1543038
Mobile Optimization
Closed

Comments

  • Terrence Campbell started the conversation

    hello, 

    * I need help to change the color of the drop down menu (hover) color.

    * I need help with with mobile optimization.  The pages that I created using WP Bakery Page Builder, it is not mobile-friendly.

    Thank you.

  •  2,009
    Ocean replied

    Hello,

    1, You can easy add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    #mainmenu li li a:hover, #mainmenu li li.current-menu-item > a {
        color: #fff;/*change dropdown menu item hover color*/
        background: #57647e; /*change dropdown menu item hover background color*/
    }

    2, Screenshot for me some images about your issues on mobile devices, where  is not mobile-friendly?

    I'll help you fixed each issues.

    Thank you

  • Terrence Campbell replied

    thank you for the information.  It worked!

    Concerning the second question, I've attached the photos that give an example of what it looks like on a cell phone.  Thanks

    TC  

  • Terrence Campbell replied

    attached are more examples.  This is the home page

  •  2,009
    Ocean replied

    Hello,

    1, This section, it should setting like as this: 

    http://prntscr.com/j76reb - backend: http://prntscr.com/j76rye 

    2, Remove css code in csshero:

    http://prntscr.com/j76srz

    3, If needed, please send your wp-admin account for check and fixed your issues. (private reply when post your account info)

    Thank you