Home Forums Pro Themes Construction Base Pro Problems with the change of color and team view plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56608
    Sofie Siversen
    Participant

    Hello

    How can I change the color of the menu, on the mobile version? It remains yellow.

    And can I add telephone number to the teammembers instead of socialmedia icons?

    Kind regards
    Sofie Siversen

    #56619
    wensolutions
    Keymaster

    Hello @sofie-siversen ,

    To change the color of the menu in responsive view use below given CSS.

    @media only screen and (max-width: 1023px)
    {
    #mobile-trigger i {
        background-color: #00b9eb;
    }
    }

    You can change the hex color code as per your requirement .

    Similarly for the second query , The social icons comes from the plugin and currently there is no such feature in plugin to display no. instead on social links .

    Hope this helps .

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.