Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #618761

    Looking to do something like this, i.e. the graphical icons next to Transcription, Analytics and Insights.

    I saw somebody in another thread who’d done it with Enfold so I know it’s possible, but I can’t find mention of how to do it in docs or forum.
    Thanks in advance!
    – Greg

    #619560

    Hi Greg,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #619576

    Sure. It’s a staging site but I’ll give access in private info.

    #620228

    Related question, how do I just change the COLOR of those subheads. I’m having trouble identifying the CSS because my code inspector doesn’t let me inspect elements that are nested within dropdown menus.

    In this image, I want to change the color of the column headings that are currently black.

    #621859

    Hi,

    Sorry for the late reply, please try the following in Quick CSS under Enfold–>General Styling:

    .mega_menu_title:before {
    content:'icon here';
    } 
    
    .mega_menu_title a {
    color:red !important;
    } 

    Regards,
    Rikard

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