New Landing How can we help? Themeforest Theme Support Dante Image in main menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Dante
  • #200771
    juxta
    Member
    Post count: 11

    Hello,

    Great theme, Love the page builder. I will be training some people how to use this and as I learn your framework I can tell you have made my job very easy, thank you for that!

    To the point: I need to put an icon image on the left side of my main menu. I have tried several CSS spinets to no avail.

    FYI the main menu will be using a mega menu with images and text in a multi column drop down.

    Could you help me do this?

    Again great theme and framework!

    Attachments:
    You must be logged in to view attached files.
    #200804
    juxta
    Member
    Post count: 11

    Okay having another issue with the mega menu settings. It appears that when I hit save menu sometimes the settings I have made don’t take. For instance I used custom HTML added some text and an img src, everything looked fine. Then I went to set the width from 179 the size of the image to 350 (no px) to accommodate the column title, hit save and it reverts back to 179. Also added a <br /> between some copy and the image and that was there and gone at random as well.

    Is there any issue using FireFox with WP this framework or Dante?

    #201437
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This will vary depending on your theme menu setup, but here is a broad example of what I am using on my dev version:

    li.menu-item:first-of-type:before {
        position: absolute;
        top: 10px;
        left: -50px;
        background-image: url(your-image-path/image.png);
    }

    – David

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

You must be logged in to reply to this topic.