Tagged: x
-
AuthorPosts
-
December 13, 2016 at 11:53 pm #1292307
waiParticipantHi,
Just a few minor issues:
1. On my homepage, there is a point when I’m making the screen smaller. The logo doesn’t resize correctly before the menu turns in to a drop-down. See attached.
2. Can you give me some pointers for me to change the text styles within the mega-menu? Text size and color of each menu item, parent and sub-category. Plus, hover colors.
3. Referring to the 3 images directly below the slider on the homepage, the image is the middle is slightly bigger because of the way I have set the margins on the 2 images to the side of it. Is there a way to make it all even with equal margins all around?
Many thanks! 🙂
December 14, 2016 at 2:24 am #1292392
FriechModeratorHi There,
Thanks for writing in! #1 You can add this under Custom > CSS in the Customizer.
@media (min-width: 980px) and (max-width: 1040px) { .x-brand img { width: 240px; } }#2 Feel free to change the values of this css code.
/*mega menu heading items*/ .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a { color: blue; font-style: italic; font-size: 16px; font-family: cursive, serif; } .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a:hover { color: green; } /*mega menu child items*/ .x-nav .x-megamenu .sub-menu a { color: yellow; font-size: 14px; } .x-nav .x-megamenu .sub-menu a:hover { color: orange; }#3 Please remove the custom paddings that you applied on the 1/3 columns, and then add a class phs on each one of those 1/3 columns instead.
Hope it helps, Cheers!
December 14, 2016 at 3:39 am #1292457
waiParticipantAll working well now, thanks!
December 14, 2016 at 4:01 am #1292477
ThaiModeratorYou’re most welcome 🙂
December 15, 2016 at 6:57 pm #1295067
waiParticipantI just realized a problem with #2. The css only applies to desktop viewing. On mobile, the colors are wrong. COuld you please have a look?
December 15, 2016 at 9:00 pm #1295188
Rue NelModeratorHello There,
Thanks for updating in! To change the colors for mobile menu, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .mobile .x-nav ul { background-color: transparent; } .x-navbar .mobile .x-nav li>a { background-color: transparent; }Feel free to change the background colors if needed to match with your site design.
Hope this helps.
December 15, 2016 at 11:31 pm #1295309
waiParticipantGreat thanks. All working now.
December 15, 2016 at 11:38 pm #1295310
FriechModeratorYou’re more than welcome, glad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1292307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
