Tagged: x
-
AuthorPosts
-
June 25, 2016 at 11:20 am #1059332
juanajaafarParticipantHi. I’m using the Icon theme. How do I change the font and font size on the sidebar? It’s set to the font of Post/Page body text.
I’ve tried going to Customize but there’re no options there specifically to change the font on the sidebar.
June 25, 2016 at 12:02 pm #1059356
ThaiModeratorHey There,
Please add the following CSS under Customizer > Custom > Global CSS:
.widget, .widget a, .widget ul li a { font-size: 12px; font-family: "Habibi",serif; } .h-widget { font-size: 18px; font-family: "Habibi",serif; }Hope it helps 🙂
June 26, 2016 at 1:55 am #1059832
juanajaafarParticipantHey thanx. How do I set it to sentence case and not all caps?
June 26, 2016 at 2:12 am #1059844
ChristopherModeratorHi there,
Please update previous code :
.widget, .widget a, .widget ul li a { font-size: 12px; font-family: "Habibi",serif; text-transform:capitalize; } .h-widget { font-size: 18px; font-family: "Habibi",serif; text-transform:capitalize; }Hope it helps.
June 26, 2016 at 3:14 pm #1060355
juanajaafarParticipantThanx so much! How can I customize the Site Links colour and Site Links Hover on the sidebar?
June 26, 2016 at 7:50 pm #1060659
LelyModeratorHi There,
Please also add this CSS:
.widget a, .widget ul li a { color:red; /* Change to your preferred default link color */ } .widget a:hover, .widget ul li a:hover { color:green; /* Change to your preferred hover link color */ }Hope this helps.
June 27, 2016 at 12:04 am #1060884
juanajaafarParticipantExcellent! But I need to make the green exactly rgb(39, 179, 99). How do I do that in the code?
June 27, 2016 at 12:17 am #1060897
ChristopherModeratorHi there,
Please provide previous code to :
.widget a:hover, .widget ul li a:hover { color:rgb(39, 179, 99); /* Change to your preferred hover link color */ }Hope it helps.
June 27, 2016 at 2:59 am #1061075
juanajaafarParticipantThank you!
June 27, 2016 at 3:22 am #1061105
Rue NelModeratorYou are most welcome!
June 28, 2016 at 4:27 pm #1063909
juanajaafarParticipantHey, how to I set my Categories index pages to show the sidebar? At the moment the sidebar only appears in individual Posts, not when I’m viewing 3-column index of Posts. Note: I do not want the sidebar to appear on my Home page.
June 29, 2016 at 12:25 am #1064346
ChristopherModeratorHi there,
Please assign your sidebar to taxonomies under Appearance -> Sidebars.
Thanks.
June 29, 2016 at 12:42 pm #1065222
juanajaafarParticipantI tried it. Didn’t work, or maybe I’m doing something wrong …?
June 29, 2016 at 1:46 pm #1065325
RupokMemberWould 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 / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 4, 2016 at 1:58 pm #1071858
juanajaafarParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1059332 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
