- This topic has 8 replies, 2 voices, and was last updated 6 months, 3 weeks ago by
vako.
-
AuthorPosts
-
April 6, 2025 at 3:49 pm #76873
I’ve seen posts removing the bullets from the menu. Is there code to replace the bullet with a star?
April 7, 2025 at 11:13 pm #76908Hi Alex,
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
April 9, 2025 at 5:05 am #76954April 9, 2025 at 5:31 am #76956April 11, 2025 at 1:13 am #76959Hi Alex,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
#main-menu > li:after {
content: “★” !important;
position: absolute;
color: white;
top: 16px;
bottom: 0;
background-color: black;
margin: 0 auto !important;
-webkit-transform: rotateZ(-72deg);
transform: rotateZ(-72deg);
width: 0;
}
Kind Regards
April 11, 2025 at 8:58 am #76962Thank you for your reply.
I’ve adjusted the colour, and the top to 30px, so it sits neatly next in line with the menu items.
https://alexandriablaelock.com/test_bard_theme/
It would look better if the star was equidistant between the menu items, rather than next to them. I’ve tried a couple of fixes, but no luck.
Do you have any suggestions for that?
April 11, 2025 at 11:19 pm #76968Hi Alex,
Replace your current css code with this one:
#main-menu > li:after {
content: “★” !important;
position: absolute;
color: #be9e5e;
top: 30px;
right: 11px;
bottom: 0;
background-color: black;
margin: 0 auto !important;
-webkit-transform: rotateZ(-72deg);
transform: rotateZ(-72deg);
width: 0;
}
Kind Regards
April 13, 2025 at 7:05 am #76969Perfect.
Thanks very much
April 15, 2025 at 1:46 am #76971Feel free to contact us at any time, and we appreciate your continued trust in our services.
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.
