List dots - Header Link
Re: List dots
I figured it out...
Open ./ext/hifikabin/headerlink/styles/all/theme/headerlink.css
Find
Replace with
Open ./ext/hifikabin/headerlink/styles/all/theme/headerlink.css
Find
Code: Select all
.headerlink-list-item {
margin: 0 4px;
}
Code: Select all
.headerlink-list-item {
margin: 0 4px;
list-style: none;
}
Thanks in advance for a reply.
-
- Registered User
- Posts: 685
- Joined: Fri Jun 10, 2005 4:44 am
- Name: James
Re: List dots
Good point!
It's an oversight on my part and I'll be in touch with HIFIKabin to make a fix for the next version.
You can delete
It's an oversight on my part and I'll be in touch with HIFIKabin to make a fix for the next version.
You can delete
list-style: none;
in this rule as the declaration becomes useless (~line 20):
Code: Select all
.headerlink,
.headerlink-wrap.responsive-0 .headerlink {
display: flex;
flex-wrap: wrap;
gap: 4px 0;
list-style: none;
}
-
- Jr. Style Validator
- Posts: 1026
- Joined: Sat Jan 07, 2012 4:16 pm