Tagged: x
-
AuthorPosts
-
October 11, 2016 at 2:16 am #1211039
stephenw8010ParticipantHi,
I am trying to get my site to look like this one: http://catch23.piexec.com/
Logo and background at the top…
then I want my menu to be slim with the highlight bars on hover
October 11, 2016 at 2:18 am #1211042
stephenw8010ParticipantThis reply has been marked as private.October 11, 2016 at 5:39 am #1211244
LelyModeratorHi There,
Thank you for the credentials.
I can see that you have added this for the background:.x-logobar { background: url(https://stevewarren.solutions/wp-content/uploads/2016/10/caged-youtube-channel-art.jpg) no-repeat center center; }But then you have this custom CSS that hides the logo:
.x-logobar { display: none !important; visibility: hidden !important; }Please remove it.
To reduce the height of the menu, please go to Appearance > Header > Navbar Top Height (px): Reduce 120px.
For the highlight bars on hover, please try adding this custom CSS on Appearance > Customize > Custom > Edit Global CSS:.x-navbar .desktop .x-nav>li{ border-top: 2px solid transparent; } .x-navbar .desktop .x-nav>li:hover, .x-navbar .desktop .x-nav>li.current_menu_item { border-top: 2px solid red; /*Adjust this accordingly*/ }Hope this helps.
October 11, 2016 at 5:48 am #1211252
ChristopherModeratorHi there,
Please find and remove following code:
@media (min-width: 980px){ .x-logobar { display: none !important; visibility: hidden !important; } }Please navigate to Customize -> Header and reduce ‘Navbar Top Height’ to 60px.
Reduce ‘Navbar Top Link Alignment’ to 25px.Add following codes :
.x-navbar .desktop .x-nav>li>a:hover>span { border-color: transparent; } .x-navbar .desktop .x-nav>li>a:hover { box-shadow: 0px -3px 0px 0px #ffd204; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1211039 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
