1. ip mann
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 30 May 2024
  5.  Subscribe via email
Hallo!

I don't want to display the dropdown arrows from the items in the hornav menu. Where can I set this?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thaks Ciaran!

I inserted this code snippet in CSS. It doesn't work.

Unfortunately, I have further problems:

2. The elements of the registration form are arranged horizontally instead of vertically.

3. I inserted the main menu in sidecol 1b. The menu items are, of course, spaced apart at different distances.
Attachments (2)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!