Tagged: x
-
AuthorPosts
-
June 13, 2016 at 6:44 pm #1040472
gabriellavanrijParticipantCould you take a look at my site and let me know how I can get my menu to scroll for those screens that are 13 inches?
I am using WordPress 4.4.1 running X – Child Theme theme. of X Version v 4.4.2.
June 13, 2016 at 6:56 pm #1040480
gabriellavanrijParticipantSee attached image.
June 13, 2016 at 8:36 pm #1040628
gabriellavanrijParticipant2nd Question:
See attached picture. Unless I’m hovering over a language option in my language switcher menu, it’s barely visible. How can I change my language options to black?
June 14, 2016 at 3:02 am #1040970
RupokMemberHi there,
Thanks for writing in!
#1. You could decrease the spacing for smaller screens. Let’s add this under Custom > CSS in the Customizer.
@media only screen and (max-height: 767px) { .x-navbar .desktop .x-nav > li > a { padding: 15px 7%; } }Hope this helps.
Cheers!
June 14, 2016 at 4:39 pm #1042177
gabriellavanrijParticipantThanks, that worked! Do you have any proposed fixes to my second question?
2nd Question:
See attached picture. Unless I’m hovering over a language option in my language switcher menu, it’s barely visible. How can I change my language options to black?
June 15, 2016 at 2:54 am #1042819
RupokMemberHi there,
Sorry I missed the separate reply.
If you want to change the color of the text then you can use this :
.x-navbar .desktop .sub-menu .menu-item.menu-item-language > a { color: #000; text-decoration: none; }If you want to change the background then edit the existing code you added to your Child Theme :
.desktop .sub-menu { background-color: #8e8e8c !important; }Hope this helps.
Cheers!
June 15, 2016 at 4:44 pm #1044025
gabriellavanrijParticipantThat worked perfectly. Thank you so much!
June 15, 2016 at 7:31 pm #1044197
John EzraMemberYou’re most welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1040472 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
