Tagged: x
-
AuthorPosts
-
August 16, 2016 at 2:15 pm #1134062
GreenWorksStudioParticipantHi,
I used this code (based on inspector) but it”s not working:
.x-colophon.bottom .x-nav li a {
font-size: 16px !important;
}I tried other codes from the forum but nothing helped.
Any help would be greatly appreciated.Site is http://torteli.co (login in next one)
August 16, 2016 at 2:19 pm #1134066
GreenWorksStudioParticipantThis reply has been marked as private.August 16, 2016 at 2:30 pm #1134080
RahulModeratorHey There,
Please try this code :
.x-colophon .x-nav li a { font-size: 20px; }Thank you.
August 16, 2016 at 4:36 pm #1134214
GreenWorksStudioParticipantDidn’t work, I also tried it with !important.
August 16, 2016 at 10:53 pm #1134645
Prasant RaiModeratorHello There,
Thanks for writing in!
Please replace the above code with following:
.x-colophon .x-nav li a { font-size: 20px !important; }Let us know how it goes.
Thanks.
August 17, 2016 at 9:51 am #1135261
GreenWorksStudioParticipantThanks for the reply, but it’s the same code with !important which I tried as well (as I wrote above) and it didn’t work.
August 17, 2016 at 11:41 am #1135415
ThaiModeratorHi There,
I added the provided CSS under Customizer > Custom > Global CSS.
It’s working fine.
Please take a look.
Cheers!
August 18, 2016 at 4:16 am #1136501
GreenWorksStudioParticipantOh wow, awesome! Thank you!
I’m writing all custom css in the child theme’s css file, it didn’t work there.
My only concern now is if this customization will get lost with theme upgrades? I’m not sure where the global css changes are “stored”.
Also, any idea why it didn’t show up when I put the code in the style.css file?August 18, 2016 at 5:08 am #1136553
Paul RModeratorHi,
No, it will not get overwritten on theme update.
All data added in custom > css are stored in the database.
With regards to adding the code in your child theme, you will need a stronger css selector(add body).
eg.
body .x-colophon .x-nav li a { font-size: 20px !important; }Hope that helps.
August 21, 2016 at 9:01 am #1140342
GreenWorksStudioParticipantGot it, thank you!
August 21, 2016 at 10:56 am #1140426
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1134062 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
