Tagged: x
-
AuthorPosts
-
October 3, 2016 at 8:54 pm #1201394
LorieParticipantHi there. I’m having trouble with the formatting on a blog category page. Please see attached.
October 3, 2016 at 8:56 pm #1201396
LorieParticipantThis reply has been marked as private.October 4, 2016 at 1:35 am #1201554
RupokMemberHi there,
Thanks for writing in! It’s happening because your menu items are long and breaking to new line.
You have the below code :
.x-header-landmark { margin: 34px auto 0; text-align: center; }Let’s update this to :
.x-header-landmark { margin: 80px auto 0; text-align: center; }Hope this helps.
October 4, 2016 at 11:08 am #1202165
LorieParticipantHi. I couldn’t find the code to replace but I think it’s better if I just change the logo from inline to stacked. However, when I do this the logo bar turns yellow. I’ve tried using this but it’s not working: .x-topbar { background-color: #900020
; } .x-logobar { background-color: #900020
; } .x-navbar { background-color: #900020; }Also – once it is all burgundy, how do you get rid of the white line between the logo bar and nav bar?
Thank you so very much!
October 4, 2016 at 11:18 am #1202177
LorieParticipantOne more thing. I can’t get the color of the font in the dropdown menu to change colors. It’s currently white on white. I’ve tried this:
.x-navbar .sub-menu a {
color: #902000;but with no luck. Thanks for being my hero.
October 4, 2016 at 12:11 pm #1202252
LorieParticipantOne more thing while you are looking at my site. I don’t seem to be having much luck with the forum today! Is it possible to change the dimensions of the recent post images (see attached) so they don’t cut off the graphics. My graphics will always be this exact size. Thanks!
October 4, 2016 at 12:13 pm #1202255
RupokMemberHi there,
Thanks for writing back. I can see like this – http://prntscr.com/cpsh2x
So your code is working fine and Navbar background was changed. Let’s clear your cache if you can’t see the change.
To change the color of submenu, try this :
.x-navbar .desktop .sub-menu a { color: #902000; }Cheers!
October 4, 2016 at 2:50 pm #1202477
LorieParticipantHi & thank you. I’d like the logo to be stacked but when I change it to stacked the top bar is yellow and I can’t figure out why.
I also added the code you suggested but that didn’t seem to change the font color in the drop down.
Thank you very much.
October 4, 2016 at 7:26 pm #1202671
DarshanaModeratorHi there,
For the menu, use the following code and change the color value accordingly.
.x-navbar .sub-menu .menu-item a { color: #ff0000; }To change the yellow color, add following CSS rule and change the color value accordingly.
.x-logobar { background-color: #336699; }Hope that helps.
October 5, 2016 at 12:03 pm #1203700
LorieParticipantThank you so very much!
October 5, 2016 at 12:35 pm #1203746
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1201394 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
