EASY Shopify Tutorial - Add Borders to Any Section in Seconds!

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

КОМЕНТАРІ • 7

  • @BL_Creative
    @BL_Creative  9 місяців тому

    You can get all the codes from this video over on my NEW blog! Get the code and much more css customization betsylugo.com/add-section-borders-to-shopify/

  • @pepilm
    @pepilm 4 місяці тому +1

    hello, how can I add a colored horizontal line in the header to separate the logo and and the menu?

    • @BL_Creative
      @BL_Creative  4 місяці тому

      Hello, thank you for the question. To add a border to separate your header from the section that follows head over to the theme editor > select the header section > and select Show Separator Line.

    • @pepilm
      @pepilm 4 місяці тому +1

      @@BL_Creative Hello, I meant a line within the header, not the line to separate header with banner.

    • @BL_Creative
      @BL_Creative  3 місяці тому

      Oh got you, try this code:
      header {
      border: solid 1px #000000;
      margin-bottom: 20px;
      }

  • @upanbyudesign5323
    @upanbyudesign5323 7 місяців тому +1

    Hi Betsy how do you add different colours to to a multicolumn or highlight a single column?

    • @BL_Creative
      @BL_Creative  7 місяців тому

      You can certainly do that. You would have to isolate the section id. Then find the individual ID for each column. You can use the inspect tool to find it.