RegisterLog in
<style>
  /* -- The root styles must go in the element of the structure with the name "Menu". --*/
  
  
  .header-10__menu{
    .menu-item{
      
      /* Styles of the first menu item */
      &:first-child a{
    		border-radius: var(--radius-m) 0 0 var(--radius-m);
    	}
      
      /* Styles of the last menu item */
      &:last-child a{
      	border-radius: 0 var(--radius-m) var(--radius-m) 0;
      }
    }
    
    .sub-menu{
      /* Styles of the first submenu item */
      .menu-item{
      &:first-child {
    		border-radius: var(--radius-m) var(--radius-m) 0 0;
    	}
      /* Styles of the last submenu item */
      &:last-child {
      	border-radius: 0 0 var(--radius-m) var(--radius-m);
      }
    }

  }
</style>
  • Hello world!

    21. März 2024
    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!