Tagged: menu
-
AuthorPosts
-
December 28, 2023 at 5:40 pm #1428962
trying to get rid of big down arrows. I have put small arrows next to menu items. Cannot get rid of them
Home page menu still messed up.December 28, 2023 at 5:46 pm #1428963Hello,
These arrows aren’t coming from Enfold. You can remove them by adding the following code to the bottom of Quick CSS field in the Enfold theme options > General Styling
li.dropdown_ul_available:not(#menu-item-5472)::after { display: none; }
Regards,
YigitDecember 28, 2023 at 5:51 pm #1428966All my codes came from enfold
Your code did nothing
DaveDecember 28, 2023 at 5:56 pm #1428968Hey Dave,
You can find this custom code you added in the Appearance > Customize > Additional CSS at line 7 ( https://i.imgur.com/k0kQJeY.png ):
li.dropdown_ul_available:not(#menu-item-5472)::after { content: "▼"; color: #210e23; position: absolute; top: 31px; left: -3px; font-weight: bold; }
After removing it, make sure to clear any server-side, plugin-based, and browser caches.
Regards,
YigitDecember 28, 2023 at 6:07 pm #1428970need all menu items on top. spacing needs change
December 28, 2023 at 6:12 pm #1428971removed
December 28, 2023 at 6:18 pm #1428972now I have arrows in the sub menu
can I make dropdown arrow larger in main menuDecember 29, 2023 at 2:15 am #1428985Hi daves1997,
The sub menu arrows are caused by this code:
.menu li > a:after, #top .av-subnav-menu .menu-item-has-children > a:after { content: ' ▾'; } }
To fix it, I have removed that code from Appearance > Customize, and then replaced it from Quick CSS:
#top .main_menu .menu-item-has-children > a:after { content: ' ▾'; font-size: 18px; }
The code should work however caching seems to prevent it from working because the older code is being fetched.
Would it be okay to temporarily disable WP Rocket?Best regards,
NikkoDecember 29, 2023 at 12:51 pm #1428995December 29, 2023 at 12:54 pm #1428996Still two rows of menu. home page menu no background
December 29, 2023 at 8:15 pm #1429006What is taking so long?
January 2, 2024 at 11:57 pm #1429154Hi daves1997,
I apologize for the delayed response.
Adjusting the font size of the menu should help, otherwise, the number of menu items should be reduced by making it a submenu of other menu items.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.