Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.

  •  6,930
    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
  •  6,930
    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.