Home Forums Total menu arrows appear as squares

  • This topic has 3 replies, 3 voices, and was last updated 3 months ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44066
    mattsilbert
    Participant

    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:

    Home

    Thanks!

    #44078
    Hash
    Keymaster

    Hi,

    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%;
    }

    #44567
    mattsilbert
    Participant

    Worked perfectly. Thank you, thank you, thank you!!

    #51812
    Anonymous
    Inactive

    I was facing the same issue and lad solved the problem. Thanks for sharing the quality stuff here.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.