Okay
  Public Ticket #3356394
change "Sign In" color
Closed

Comments

  •  1
    Andreia started the conversation

    How do I change the change "Sign In" color on mobile?

    Attached files:  Screenshot 2023-04-25 092644.png

  •  8,839
    Tahir replied

    Hey Again,

    I am afraid the Text Color cant be changes as its an Iframe.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-header-text-content.mobile-only {
        background: #fff !important;
    }

    Thanks



    ThemeNectar Support Team