- This topic has 11 replies, 3 voices, and was last updated 10 years ago by
Sebastian.
Author | Posts |
---|---|
venorme
April 4, 2015 at 8:35 am
|
Heads up! this post was created when Microthemer was at version 3. The current version is 7. Some references to the interface may be out of date. Hello. |
Sebastian
April 4, 2015 at 9:26 am
|
Hi there, Please could you send me a link to your site and let me know which internet browser you’re using? Many thanks, |
venorme
April 4, 2015 at 9:30 am
|
Thank you for swift response. |
Sebastian
April 6, 2015 at 10:18 am
|
Hey, Are you referring to the dotted lines that appear when you click on one of your menu links? https://themeover.com/wp-content/uploads/2015/04/dotted-lines.png Or are you referring to this affect that only occurs in Chrome when you drag a link: https://themeover.com/wp-content/uploads/2015/04/dragged-link.png I think the later is caused by some native Chrome styling. The same thing happens if you drag a link on themeover.com. I’m not sure if this can be overridden I couldn’t find any info online about it. It’s not hugely common for people to try to drag links in a menu though. But are we even talking about the same thing? Cheers, |
venorme
April 6, 2015 at 10:43 am
|
Here how looks normal link with mouse hovered on it Here And here how it looks like after I press the link and move mouse away Here |
Sebastian
April 6, 2015 at 11:05 am
|
Ah I think I see what you mean now. I believe the blue link is caused by a transition effect. Microthemer doesn’t have UI fields for transition yet so you’ll need to override this by pasting the following code into the custom code editor (see icon in top right of interface)
If you want to disable the transition effect on all links (not just menu links) you would use this code instead:
Please let me know how you get on. Cheers, |
venorme
April 6, 2015 at 11:23 am
|
Pity to say but it does not work. I ve tryed both microthemer css and custom css from theme. |
Abland
April 6, 2015 at 10:34 pm
|
Hi, venorme, Maybe try adding focus to your hover selector. add focus also: |
Sebastian
April 7, 2015 at 10:37 am
|
Ah yes, I see now that your theme has some styles for links in the :focus state.
Hopefully Abland’s suggestion will work for you. BTW the warnings in the code editor are not critical, they’re just providing extra guidance on how to write less code or support more browsers with browser prefixes. |
venorme
April 7, 2015 at 6:02 pm
|
That was great idea. Working as intended now. |
venorme
April 7, 2015 at 6:11 pm
|
BTW after todays update microthemer runs way faster. |
Sebastian
April 8, 2015 at 1:37 am
|
Ah that’s brilliant that you’ve noticed a bump in speed. And yes, we can add the :focus pseudo selector to the wizard for link and form elements. Cheers, |