- This topic has 3 replies, 3 voices, and was last updated 10 months, 2 weeks ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- January 18, 2022 at 7:24 am #44066mattsilbertParticipant
Instead of triangles, the indicator for drop-down menu choices appears as a square (on Chrome and Safari) or odd text element (on Fairefox)
Any suggestions on how to remedy that?
You can observe the issue here:
Thanks!
January 18, 2022 at 4:54 pm #44078HashKeymasterHi,
Go to Appearance > Customize > Additional CSS and paste the below CSS code
body .sf-arrows .sf-with-ul:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid black;
right: 5px;
content: "";
top: 50%;
}
February 3, 2022 at 2:23 am #44567mattsilbertParticipantWorked perfectly. Thank you, thank you, thank you!!
January 12, 2024 at 11:27 am #51812AnonymousInactiveI was facing the same issue and lad solved the problem. Thanks for sharing the quality stuff here.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.