How to add separators between menu items | CSS | Menu | CSS Tutorial | Knowledge MeetUp

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

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

  • @justdoitevelson
    @justdoitevelson ปีที่แล้ว

    So is there anyway to do this within CSS and not inside the HTML? I prefer to style things using CSS.

    • @KnowledgeMeetup
      @KnowledgeMeetup  ปีที่แล้ว

      Yes you can do this in separate css file and link it into HTML

  • @souhi1027
    @souhi1027 7 หลายเดือนก่อน

    ah hello. can i ask how we can use this in wordpress? i use impreza template for my website and i make a menu in header part but there is no option for adding vertical line and i don't know what is the class of this option before adding css code.

    • @KnowledgeMeetup
      @KnowledgeMeetup  7 หลายเดือนก่อน

      WordPress themes have style.css in the root folder of theme. You can add the line code in that file. WordPress theme's menu structure is like ul-li . Mostly li class name is menu-item. You can add vertical line using li class name.