Hello
Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav ul.menu .parent-indicator {
display: none;
}
Ciaran
It didn't work in custom CSS. I tried it out in custom code - it works!
Thanks!
For my second problem I once again inserted the following in custom code (it didn't work in custom CSS):
.com-users-login {
display: flex;
flex-direction: column;
}
and now the item elements are arranged vertically.
P.S. I only have rudimentary CSS and HTML knowledge, hence the experimentation