Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1098791
Insert Images at MegaMenu Column Titles
Closed

Comments

  •  2
    organikoa started the conversation

    Hello,

    I´ve tried several ways to insert an image after a column title at megamenu:

    -  Setting a CSS class at subitems, and then setting custom css at Appearance > Theme options > TheGem Theme Options > Custom CSS. Not sure if CSS code is incorrect but no success until now.

    - Setting a wordpress plugin that inserts images in menu, but this disables megamenu.

    Could you help to:

    - Set images below the column titie as image attached ?

    - Set images instead of the column title ?

    Thank you for your response.

    Gonzalo.

  •  7,280
    Oliver replied

    Pls. share the wp-admin access, I'll make example of the custom css code for you.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   organikoa replied privately
  •  7,280
    Oliver replied

    HI!

    An example of the code for adding an image  to the item COCOLEO :

    li#menu-item-28272 span:after {
        content: '';
        height: 150px;
        width: 100%;
        background-image: url(http://organikoa.flywheelsites.com/wp-content/uploads/2016/03/1-46.jpg);
        background-size: cover;
        display: block;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    organikoa replied

    Thanks a lot Gregor ! It worked fine.