- This topic has 2 replies, 2 voices, and was last updated 1 year, 1 month ago by
mattsilbert.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- January 18, 2022 at 7:24 am #44066
mattsilbert
ParticipantInstead 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 #44078Hash
KeymasterHi,
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 #44567mattsilbert
ParticipantWorked perfectly. Thank you, thank you, thank you!!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.