How To Style The Proposal, Contract and Invoice Top Navigation Bar In Dubsado

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 6

  • @WalzerMelanie
    @WalzerMelanie 17 днів тому

    very helpfull, Thank you very much for sharing. I would like to keep the underline howerver change the color. How can I do that?

    • @sarahworboyes
      @sarahworboyes  17 днів тому +1

      Sure - where it's this code:
      /* Proposal tabs underline */
      .client-view-tabs-col div {
      display none;
      }
      REPLACE with this code (removing the display:none):
      .client-view-tabs-col div {
      border: 1px solid yellow!important;
      width:50%!important;
      margin:auto!important;
      }
      What this is doing:
      1. making a thin solid border - you can replace the word "yellow" with your hex code
      2. making the line width reduce by 50% - cause the line by default is super long!
      3. centering the line so it's underneath the text.

    • @WalzerMelanie
      @WalzerMelanie 16 днів тому +1

      @@sarahworboyes that's so dope 💪 Thank you

  • @robbiyoung5457
    @robbiyoung5457 2 дні тому

    Thank you for this

  • @itskatwaugh
    @itskatwaugh 21 день тому +1

    You're fantastic. Thank you!

    • @sarahworboyes
      @sarahworboyes  21 день тому +1

      @@itskatwaugh glad it was helpful :) make sure to subscribe as I have more tutorials coming up :)