Skip to main content ↑ ↓
Mobile View and Theme Editing Started by Bodacious · · Read 8838 times 0 Members and 1 Guest are viewing this topic.

Re: Mobile View and Theme Editing

Reply #15 –

I remove that border from all menu buttons in my theme but I cannot remember how I did it. I will check once I am on my pc later.

Re: Mobile View and Theme Editing

Reply #16 –

Modify this in your css.

Code: [Copy]
.icon-menu:hover {
  border-color: your color here
}

Re: Mobile View and Theme Editing

Reply #17 –

That should be correct except that it only shows in mobile or smaller screen so don't forget:
Code: [Copy]
@media screen and (max-width: 64em)

Re: Mobile View and Theme Editing

Reply #18 –

Thanks fella's, worked like a champ  ;)

Re: Mobile View and Theme Editing

Reply #19 –

One day or another we'd need a color picker. O:-)
Bugs creator.
Features destroyer.
Template killer.