Home › Forums › Weaver Xtreme Theme › Menu look change in 1.1
- This topic has 10 replies, 3 voices, and was last updated 11 years, 5 months ago by
Peter.
-
AuthorPosts
-
April 1, 2015 at 21:23 UTC - Views: 1 #21007
Peter
ParticipantSame problem here, my menu changed looks after updating to 1.1. Can’t figure out how to fix it. Hover and current page colours now miss a few pixel at the bottom height making the menu look unfinished. Where would this value now hide? Changing the height with Desktop Menu Vertical padding box only changes the full menu height, the missing pixels on hover/current page colours are still there. Also the search icon on the right is back on the menu but the box for it is not ticked..
April 1, 2015 at 22:25 UTC - Views: 1 #17551scrambler
ModeratorThis discussion was created from comments split from: Trouble after updating to 1.1.
April 1, 2015 at 22:26 UTC #21008scrambler
ModeratorPlease provide a link to you site so we can see what is going on
April 2, 2015 at 09:26 UTC - Views: 2 #21009Peter
ParticipantLink to see the hover & current page missing bottom pixels issue here: http://myamiko.net/kkkkk/
I just now noticed I could touch this area with a change to the following css:
.s-font-size {font-size: 0.975em;line-height: 0.7; (this value removes the missing pixels, don’t know why so far)}April 2, 2015 at 16:27 UTC - Views: 1 #21010scrambler
ModeratorThis is indeed a small bug that crept in. A line-height:0 rule was removed that should not and it affects the menu when centered.
You can fix it as follow:
I believe you added the rule below in Main options > Primary menu bar > menu bar BG CSS+ box.
{padding-left:30px; border-top:1px solid #0E52B2; border-bottom:1px solid #0E52B2; box-shadow: 0 0 5px #ccc;}
Add line-height:0 to it
{padding-left:30px; border-top:1px solid #0E52B2; border-bottom:1px solid #0E52B2; box-shadow: 0 0 5px #ccc;line-height:0;}
I sent a PM @ weaver about it
April 2, 2015 at 18:57 UTC #21011Peter
ParticipantMany thanks, this solved the problem!
April 2, 2015 at 19:46 UTC #21012Peter
ParticipantAh, forgot to check the menu search icon on the right, is there another way to turn it off besides not having the checkbox ticked?
April 2, 2015 at 19:48 UTC #21013scrambler
ModeratorI don’t understand, you want it or not or sometimes (when)?
April 3, 2015 at 09:57 UTC #21014Peter
ParticipantNo, would like to be able to turn it off completely but the tickbox in the info bar section does not seem to remove it.
April 3, 2015 at 10:07 UTC #21015Gillian
ParticipantIn Main Options > Header > Header Area have you tried setting “Hide Search on Header” to “Hide on All Devices”?
April 3, 2015 at 20:06 UTC #21016Peter
ParticipantThanks, now gone! Don’t know why I missed that one this time.. looked about 10 times but still missed it 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.

