Okay
  Public Ticket #3673730
Extra Class Tabs/Inner Row
Closed

Comments

  • Aron started the conversation

    I am using a Gravity Form that inherits the form input text color from the row text color (e.g. Light or Dark). Can I have some custom css that would allow me to display the tabs based on a light row and form based on a dark row? 

    Attached files:  Screenshot 2024-06-25 at 9.47.53 AM.png
      Screenshot 2024-06-25 at 9.48.35 AM.png

  •  8,663
    Tahir replied

    Hey Again,

    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):

    .full-width-section > .col.span_12.dark, .full-width-content > .col.span_12.dark {
        color: #ccc !important;
    }

    Thanks


    ThemeNectar Support Team