Tagged: x
-
AuthorPosts
-
September 12, 2016 at 9:52 am #1171432
brighthingsParticipantHello,
I want to make the menu items a little bit thicker when active. But i get them only bold, and that’s to much.
I tried also difference weights, but this also didn’t work. He takes only bold.
.x-navbar .desktop .x-nav > .current-menu-item > a {
font-weight: bold;
}Thank you.
September 12, 2016 at 9:53 am #1171437
brighthingsParticipantThis reply has been marked as private.September 12, 2016 at 11:37 am #1171629
JoaoModeratorHi There,
You can use :
.x-navbar .desktop .x-nav > .current-menu-item > a { font-weight: 400 !important; }Hope that helps
Joao
September 12, 2016 at 12:54 pm #1171795
brighthingsParticipantThis reply has been marked as private.September 12, 2016 at 2:18 pm #1171914
JoaoModeratorHi There,
I have tested on my end and with !important it works,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
September 12, 2016 at 2:28 pm #1171927
brighthingsParticipantThis reply has been marked as private.September 12, 2016 at 7:37 pm #1172195
JadeModeratorHi there,
Please use this:
.x-navbar .desktop .x-nav > .current-menu-item > a { font-weight: 500; }Hope this helps.
September 13, 2016 at 12:54 am #1172551
brighthingsParticipantThis reply has been marked as private.September 13, 2016 at 12:57 am #1172555
brighthingsParticipantThis reply has been marked as private.September 13, 2016 at 3:53 am #1172700
ChristopherModeratorHi there,
Please check this link for available font weights : https://material.google.com/style/typography.html#typography-language-categorization
Update your code to :
.x-navbar .desktop .x-nav > .current-menu-item > a { font-weight: 500; }You can change font weight under Customize -> Typography -> Body Font Weight.
Hope it helps.
September 13, 2016 at 9:32 am #1173109
brighthingsParticipantThis reply has been marked as private.September 13, 2016 at 10:43 am #1173247
RupokMemberHi there,
Not sure which code you are referring. You can select the weight from Customizer so you don’t need code for that.
Thanks!
September 13, 2016 at 11:20 am #1173335
brighthingsParticipantThis reply has been marked as private.September 13, 2016 at 12:18 pm #1173448
RupokMemberHi there,
Your current code looks like :
.x-navbar .x-nav-wrap .x-nav > li > a { font-family: "Roboto",sans-serif; font-style: normal; font-weight: 300; letter-spacing: 0.045em; }So the font-weight is 300 here and the suggested code was to update this weight to 500.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1171432 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
