Tagged: x
-
AuthorPosts
-
June 29, 2016 at 5:16 am #1064580
eomedicalParticipantHi,
May I know how to add a vertical line between the column of tab contents? (please refer picture attached)
My URL is eogroup.asia
Kindly navigate to Products -> Infection ControlBesides, how can I disable the tab contents on mobile?(When click the products, instead of dropdown, go to the products page) Because it looks awkward on mobile screen when I click the products.
Thanks & Best Regards,
SimJune 29, 2016 at 8:01 am #1064788
Paul RModeratorHi Sim,
Thanks for writing in!
You can add this under Custom > Edit Global CSS in the Customizer.
.ubermenu .ubermenu-submenu > .ubermenu-column { border-right: 1px solid #ccc; } .ubermenu .ubermenu-submenu .ubermenu-column:last-child { border-right: 0; }Hope that helps.
June 29, 2016 at 10:40 pm #1066125
eomedicalParticipantHi,
The result is not what we expected.
We do not want the vertical line between the tab toggles and tab contents, instead we just want it to appears between items in tab contents.Please refer attached picture.
Thanks & Best Regards,
SimJune 30, 2016 at 1:16 am #1066259
LelyModeratorHi Sim,
Thank you for the screenshot. Please try this CSS instead:
.ubermenu-main .ubermenu-submenu .ubermenu-item-header:last-child > .ubermenu-target { border-right: none; } .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target { border-right: 1px solid #ccc; }Hope this helps.
July 1, 2016 at 1:58 am #1068035
eomedicalParticipantThanks, it works for now.
Best Regards,
SimJuly 1, 2016 at 2:18 am #1068050
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
September 6, 2016 at 10:43 pm #1163925
eomedicalParticipantHi Rupok,
When I clicked on the menu and move the mouse cursor away, a border appeared.
How can I disable the border as mentioned?
Attached picture for your reference.My URL is: eogroup.asia
Thanks & Best Regards,
SimSeptember 7, 2016 at 4:12 am #1164153
ChristianModeratorHey Sim,
Please add the code below in your Appearance > Customize > Custom > Global CSS
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: 0; }Hope that helps. 🙂
September 7, 2016 at 9:19 pm #1165675
eomedicalParticipantHi Christian,
Works like magic.
Thanks & Best Regards,
SimSeptember 7, 2016 at 11:58 pm #1165821
Prasant RaiModeratorYou are most welcome. 🙂
November 15, 2016 at 9:23 pm #1258877
eomedicalParticipantHi,
I have disable the “Products” page link on the main menu, which make it not clickable.
But when I click on it, there is a blue border on the link. How can I resolve this?URL: eogroup.asia
Thanks & Best Regards,
SimNovember 16, 2016 at 1:35 am #1259042
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
span.ubermenu-target:focus { outline: none; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1064580 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
