Tagged: x
-
AuthorPosts
-
August 30, 2016 at 3:08 pm #1153940
gobeyondesignParticipantHow do I make my second menu on the about us page horizontal, with no background, and bolder larger text?
August 30, 2016 at 3:33 pm #1153967
JoaoModeratorHi There
Would you mind clarifying what second menu you are referring to?
Can you provide a screenshot ou provide more details about the location?
Thanks
Joao
August 30, 2016 at 7:00 pm #1154160
gobeyondesignParticipanttsi4usa.com
go to the about page
under the top picture with the asian lady, there is a menu under there – its vertical – I’d like it horizontal with the ability to remove or add a background color and edit the hover color.
Thank you.
August 30, 2016 at 10:57 pm #1154502
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
ul#menu-about-us { margin-bottom: 30px; background-color: #ddd !important; } ul#menu-about-us li { float: left; } ul#menu-about-us li a:hover { background-color: #494949 !important; color: #fff !important; } .widget_nav_menu .current-menu-item>a { background-color: #ebebeb !important; }Thanks.
August 31, 2016 at 12:26 am #1154579
gobeyondesignParticipantHow do I center these buttons horizontally – I would like the buttons to be equally spaced
I would also like to make the background transparent unless its being hovered over?
Thank you so much!
August 31, 2016 at 1:43 am #1154629
RupokMemberHi there,
Let’s update the whole code a bit :
ul#menu-about-us { margin-bottom: 30px; } ul#menu-about-us li { float: left; text-align: center; width: 25%; } ul#menu-about-us li a:hover { background-color: #494949 !important; color: #fff !important; } .widget_nav_menu .current-menu-item>a { background-color: #ebebeb !important; }Hope this helps.
August 31, 2016 at 3:12 pm #1155640
gobeyondesignParticipantthat sort of made it look ok, but it created a second row because one of the buttons is two lines and there is a border – can we remove the border? And can we vertically align the information so if one item is two lines its equally spaced vertically?
August 31, 2016 at 4:26 pm #1155753
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a { border-bottom: none !important; box-shadow: none !important; } ul#menu-about-us li { float: none !important; display: table-cell !important; vertical-align: middle !important; } ul#menu-about-us { display: table !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1153940 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
