Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1275817

    How do I indicated that there is an item below a main menu item without having to hover over it

    https://bestfortmyersrealestate.com

    • This topic was modified 3 years, 10 months ago by daves1997.
    #1275839

    One possible way was something like that:

    li.dropdown_ul_available:before {
        content: "▼";
        color: white;
        position: absolute;
        top: 45px;
        left: 15px;
    }
    #1275848

    Did that but still nothing. tks

    #1275913

    Hi daves1997,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1275914

    done

    #1276133

    Hi daves1997,

    I am still seeing the styles inlined in the page and not as separate files, can you please disable that too for a short while?

    Best regards,
    Victoria

    #1276178

    I did it yesterday for you. Had to enable it as it messes with my site when it is disabled.
    tks. I can only disable it for a short period. Not several hours.
    Dave

    #1276345

    when you are in there you can deactivate the two plugins

    #1276394

    Hi daves1997,

    Best regards,
    Victoria

    #1276399

    burger menu on pc?

    #1276432

    Hi daves1997,

    Yes, either that or change the menu structure.

    Have you seen my screenshot?

    Best regards,
    Victoria

    #1276436

    That’s kinda weird. Mine is good on chrome and firefox. Just doesn’t show there is a drop down. Maybe an arrow to show there is a drop down when there is?

    #1276451

    Tried this css. Did not work

    .menu li > a:after { content: ‘ ▾’; }
    .menu li > a:only-child:after { content: ”;
    }

    #1276612

    No my main menu flickers when I click on different items?

    #1276628

    Site speed nearly halved. What did you do?
    Killing my seo.

    #1276859

    view screencast. near end shows issue.

    • This reply was modified 3 years, 9 months ago by daves1997.
    #1276897

    Are you here anymore? been waiting a few days and missing alot of business. Please hurry

    #1277372

    Hi,
    Sorry for the very late reply and thanks for the login, I added this css in the WordPress > Customize > Additional CSS field:

    li.dropdown_ul_available:not(#menu-item-5472):before {
        content: "▼";
        color: white;
        position: absolute;
        top: 31px;
        left: -3px;
    }
    

    Thanks to @cherrmann for the base css, I added a rule to not place the entity next to the “Home” button, please clear your browser cache and check.

    Best regards,
    Mike

    #1277374

    Thanks Mike
    Looks cluttered though. Any ideas would be appreciated.
    Dave

    #1277376

    Fixed by changing color

    #1277387

    Hi,
    Glad to hear that this helped, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1277388

    Yes. Tks Mike

    #1277602

    Hi daves1997,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘No one knows there is a dropdown from main menuj’ is closed to new replies.