Tagged: x
-
AuthorPosts
-
November 18, 2016 at 8:42 am #1262562
tlwoodsParticipantHello,
I want to center all of the items in the topbar, but nothing I’ve tried has worked.
Additionally, I needed all of the links on the website to be underlined, but it’s now showing up on the buttons. I need to remove the underline on the buttons only. How can I do that?
The domain is reclaimnewyork.org
Thanks!
November 18, 2016 at 11:22 am #1262725
JadeModeratorHi there,
Please add this code in the customizer:
.x-topbar .p-info { margin: 0 auto; float: none; text-align: center; position: absolute; width: 100%; } .x-topbar-inner { position: relative; }Hope this helps.
November 22, 2016 at 11:34 am #1267082
tlwoodsParticipantIt does. Can you tell me how to remove the underline from only the buttons? Nothing I’ve tried has worked.
Thanks!
November 22, 2016 at 11:44 am #1267094
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
a.x-btn.x-btn-global { text-decoration: none !important; }Thanks.
November 22, 2016 at 2:37 pm #1267288
tlwoodsParticipantThis didn’t work, unfortunately.
November 22, 2016 at 2:39 pm #1267290
tlwoodsParticipantNever mind. I figured it out.
Thank you so much for your help!
November 22, 2016 at 7:17 pm #1267610
JadeModeratorYou’re most welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1262562 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
