- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
I’d like to remove “dots” between main menu items/texts in main navigation and maybe adjust free space between the main menu items/texts. I guess some additional CSS code can do those things?
And which colour selection changes “back to top” text colour ath the bottom of the site?
Hi Kai,
At first, thank you for choosing our theme and service.
To provide you with the most accurate assistance, could you please describe the issue you’re facing in more detail? Additionally, sharing a direct link to the page where the problem appears would be immensely helpful. If possible, providing screenshots of the issue will give us a clearer understanding and allow for more targeted support.
Once we have this information, we’ll be better equipped to identify the issue and provide a solution.
Kind Regards
Hi,
the site is still under development, but I hope this screenshot explains
So I want to remove those dots (circled in red) between every menu item and then adjust free space between menu items.
I have added social icons, down triangles etc. small icons to the menu, so those dots make it look a bit confusing now.
Hi Kai,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
#main-menu > li:after {
display: none;
}
Kind Regards