How to create Menu and Shortcuts in Drupal 10 | Drupal Tutorial #6

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

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

  • @commercialrealestatebrisbane
    @commercialrealestatebrisbane ปีที่แล้ว +1

    Hi Sikho
    I am enjoying your tutorials very much.
    I am a complete newbie to Drupal and you make it very easy to understand.
    Sometimes I have to rewind and replay but the information is all there.
    Thanks again
    Gavin😊

  • @phanom557
    @phanom557 3 หลายเดือนก่อน

    thank you for the explanation

  • @biswadipdasgupta4204
    @biswadipdasgupta4204 4 หลายเดือนก่อน

    Thank you ma'am excellent explanation! 👏 How do I make the menu so the submenu only shows up when I hover over the menu item? Thank you.

    • @sikhoaursikhateraho5053
      @sikhoaursikhateraho5053  4 หลายเดือนก่อน +1

      You're welcome!😊 To make the submenu appear only on hover, follow these steps:
      1) Edit the Menu: Go to Structure > Menus and select the menu you want to edit.
      2)Add CSS: In your theme's CSS file, add the following code.
      3)Save and Clear Cache: Save your changes and clear the Drupal cache to see the effect.
      This will make the submenu appear on hover.

    • @biswadipdasgupta4204
      @biswadipdasgupta4204 4 หลายเดือนก่อน

      @@sikhoaursikhateraho5053 thank you ma'am. In step 2, am I missing "the following code" which I am supposed to add?

    • @sikhoaursikhateraho5053
      @sikhoaursikhateraho5053  4 หลายเดือนก่อน +1

      Welcome!!! Please find the CSS Code for ur reference below
      .menu-item-has-children ul { display: none; }
      .menu-item-has-children:hover ul { display: block; }

    • @biswadipdasgupta4204
      @biswadipdasgupta4204 4 หลายเดือนก่อน

      @@sikhoaursikhateraho5053 thank you so much! 🙏

  • @sutthonabanni1998
    @sutthonabanni1998 6 หลายเดือนก่อน

    Well explained mam. But what if we want to customize the site using code. How can we do that. Eg: to change the body background color

    • @sikhoaursikhateraho5053
      @sikhoaursikhateraho5053  5 หลายเดือนก่อน

      Thanks for watching! To customize your site using code, you can utilize Drupal's theming system. You'll need to create or modify a theme and then add CSS to change elements like the body background color. If you need further guidance, let me know!

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

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

    You should also add proagramaticaly way also