Skip to main content
Topic: Mobile View and Theme Editing (Read 4140 times) previous topic - next topic
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: [Select]
.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: [Select]
@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.