Show this text above the tabs

Forums General discussion Show this text above the tabs

Viewing 2 reply threads
  • Author
    Posts
    • #28174
      Vidya
      Participant

      Hi Alex,

      I want to have a header above the tabs, so i have used “Show this text above the tabs” under MISC to display this header as below

      <p class= “myclientNameDFFSTabHeader”><br>
      Some header text here
      <br><br></p>

      my Custom CSS has below propertis for the class. The color property is not getting applied, background color works fine but the paragraph color is not working.

      .myclientNameDFFSTabHeader{
      font-size:18px;
      font-weight:50;
      color:#F9F7F6;
      text-align:center;
      background-color: #946E3A;

      }

    • #28181
      Alexander Bautz
      Keymaster

      You can try adding !important like this:

      .myclientNameDFFSTabHeader{
      font-size:18px;
      font-weight:50;
      color:#F9F7F6!important;
      text-align:center;
      background-color: #946E3A;
      }

      Alexander

    • #28187
      Vidya
      Participant

      Thank you!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.