New Landing How can we help? Themeforest Theme Support Flexform Menu underline color and Social shortcode questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #1560
    Tekguild
    Member
    Post count: 171

    How do you change the color of the underline for menu items? I’ve tried using ‘inspect element’ in Chrome, but I do not see a color value indicated, even when enabling the ‘hover’, ‘focus’ or ‘active’ options.

    Also, what is the proper structure for showing social icons? This is the one I’m referring to – how do I add FB, Twitter, etc?

    [social size=’small’ style=’dark’ type=’linkedin’]

    Thanks!

    #1589
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The colour is your accent colour. If you’d like to override it, you can use this css:

    #nav-pointer {
    background-color: #fb3c2d;
    }
    

    This is the correct format for the social shortcode (just comma delimited, no spaces):

    [social size='small' style='dark' type='linkedin,facebook,twitter']
    

    – Ed

    #62920
    BlickeDeeler
    Member
    Post count: 2

    I got a question regarding that style=’dark’ … what else is possible?

    #63188
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    @BlickeDeeler – Please elaborate your question so i can suggest a quick solution .
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #63335
    BlickeDeeler
    Member
    Post count: 2

    I mean how are the other styles called? White, bright, smooth or something?

    #63351
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    There are only two style .
    [social size=’small’ style=’dark’ type=’linkedin,facebook,twitter’]

    [social size=’large’ style=’light’ type=’linkedin,facebook,twitter’]

    Thanks

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

You must be logged in to reply to this topic.