Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059332
    juanajaafar
    Participant

    Hi. 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.

    #1059356
    Thai
    Moderator

    Hey 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 🙂

    #1059832
    juanajaafar
    Participant

    Hey thanx. How do I set it to sentence case and not all caps?

    #1059844
    Christopher
    Moderator

    Hi 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.

    #1060355
    juanajaafar
    Participant

    Thanx so much! How can I customize the Site Links colour and Site Links Hover on the sidebar?

    #1060659
    Lely
    Moderator

    Hi 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.

    #1060884
    juanajaafar
    Participant

    Excellent! But I need to make the green exactly rgb(39, 179, 99). How do I do that in the code?

    #1060897
    Christopher
    Moderator

    Hi 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.

    #1061075
    juanajaafar
    Participant

    Thank you!

    #1061105
    Rue Nel
    Moderator

    You are most welcome!

    #1063909
    juanajaafar
    Participant

    Hey, 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.

    #1064346
    Christopher
    Moderator

    Hi there,

    Please assign your sidebar to taxonomies under Appearance -> Sidebars.

    Thanks.

    #1065222
    juanajaafar
    Participant

    I tried it. Didn’t work, or maybe I’m doing something wrong …?

    #1065325
    Rupok
    Member

    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 / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1071858
    juanajaafar
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1059332 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>