derWalter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] changing border of submenuI added the following to custom CSS:
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background:none;border:none}
Forum: Fixing WordPress
In reply to: modifying border of submenusHey @dilip2615 your tipps did not directly help, but reminding me of the DOM inspector of Firefox helped me to find out what do add to custom CSS, so in the end you helped me to finally, aber two days of googling, reading files etc. finish my project 🙂
I added the following to custom CSS:
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background:none;border:none}
- This reply was modified 1 year, 5 months ago by derWalter.
Forum: Fixing WordPress
In reply to: modifying border of submenusyes ofc, which part should I screenshot for you?
here is the menu with its submenu, surrounded by its border:

Here I’ve added the custom menu, trying to hide the border.
Forum: Fixing WordPress
In reply to: modifying border of submenusHey @dilip2615 thanks for your quick reply!
Maybe I am missing a point here: I can select the Submenu in the siteeditor, when clicking on it, a blue border around the submenu appears. But the only thing which is selected is the menu item, instead of the menu itself. (even though the blue border is around the menu and not the item) The selected link (menu item) doesn’t let me add additional CSS, only additional CSS classes can be added.
edit: yes I definitely missed a point. I dont have the menu item “customize” under appearance. apparently because I use a block theme (twentytwentyfive) which doesnt show the customizer anymore.
edit 2: I have managed to place the additional CSS by following this guide, but it didn’t work. Any idea where I might have failed?
https://www.wpzoom.com/documentation/inspiro-blocks-pro/how-to-add-custom-css-in-block-themes/