New Landing How can we help? Themeforest Theme Support Flexform Responsive Menu Text Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #13925
    cosgrovepartners
    Member
    Post count: 14

    When viewing my site on a tablet or smartphone, the main menu, sub menu background color and font color are both white. How can I change the submenu font color for mobile viewing?

    http://usagg.cosgrovepartners.com

    Thanks!

    #14969
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hey,

    Try this custom CSS in the General theme options:

    @media screen and (max-width: 768px) {
      nav .menu ul li a {
        color: #D09D21 !important;
      }
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #14989
    cosgrovepartners
    Member
    Post count: 14

    Great! Thanks.

    #15033
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You’re welcome, glad to help 🙂

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.