Tagged: x
-
AuthorPosts
-
August 4, 2016 at 1:59 pm #1117712
JPParticipanthi
I need to edit the CSS for the uber menu
I know the submit button is .ubermenu-search-submit
what is the name for the search field?
and how can i find these myself?
(See screenshot)
thanks!
August 4, 2016 at 7:15 pm #1118028
JadeModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
August 5, 2016 at 4:44 am #1118657
JPParticipantmyeternalbeauty.com
thanks
August 5, 2016 at 9:03 am #1118880
Paul RModeratorHi,
You can use this class.
.ubermenu-search-input
You can find it by inspecting element. Right click in Chrome then select Inspect.
Thanks
August 5, 2016 at 9:44 am #1118933
JPParticipantthanks
i managed to change the radius but the height and font change?
‘
.ubermenu-search-input {
border: 1px solid;
border-radius: 5px;
font-size: 10px;
font-family: monospace;
}
‘how do i change these? thanks a lot!
August 5, 2016 at 8:34 pm #1119669
FriechModeratorHi There,
Lets make the selector more specific. Please update the code to this.
body .ubermenu-search .ubermenu-search-input { border: 1px solid; border-radius: 5px; font-size: 10px; font-family: monospace; }Hope it helps, Cheers!
August 8, 2016 at 5:33 am #1121902
JPParticipantthanks – definitely getting there
now I need to horizontally line up thr input and button elements
the button is always out of line
August 8, 2016 at 7:05 am #1121987
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.ubermenu-search form { margin-top: 5px; } body .ubermenu-search .ubermenu-search-input { margin-top: 4px; }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1117712 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
