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

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 7

  • @BL_Creative
    @BL_Creative  8 หลายเดือนก่อน

    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/

  • @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.

  • @pepilm
    @pepilm 3 หลายเดือนก่อน +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  3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน +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;
      }