Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #82513
    marcodimi
    Participant

    hi how do I maximize the words of the widgets that I put in my sidebar? I would like to place the widget categories, but the words are small compared to the rest of the site, how can I do?

    #82523
    Pratik
    Keymaster

    Hi @marcodimi,
    Assuming http://marcodimizio.com/ as your site, can you let me know which widget you want to have with bigger font sizes, then I can provide you with CSS.

    Regards,
    Pratik

    #82529
    marcodimi
    Participant

    hello, the widget of the categories, the core of the issue, I have to publish it or you can provide the css?

    #82568
    Pratik
    Keymaster

    hi @marcodini,
    You can use the following CSS in Appearance=> Customize=> Theme Options=> Custom CSS Styles box:

    
    /* For Categories Widget Heading */
    .widget_categories h3 {
       font-size: 26px;
    }
    
    /* For Categories Widget Content*/
    .widget_categories  ul li {
        font-size: 15px;
    }
    

    Let me know if this works or not. You can increase/decrease the font-size px as per your need.
    If this does not work, you will need to publish the widget.

    Regards,
    Pratik

    #82583
    marcodimi
    Participant

    no, you can see the widget “ARCHIVES” that the words most of the small widget that I use for TAG, can you help me?

    #82589
    Pratik
    Keymaster

    hi @marcodimi,
    For “ARCHIVI” widget, use following code:

    
    /* For Archives Widget Heading */
    .widget_archive h3 {
       font-size: 26px;
    }
    
    /* For Archives Widget Content*/
    .widget_archive ul li {
        font-size: 15px;
    }
    

    Let me know how it works out.

    Regards,
    Pratik

    #82597
    marcodimi
    Participant

    perfect thank you, you can check my post about privacy please? if you look at my website I have the privacy that is not under the copyrwrite, as it should be

    #82641
    Pratik
    Keymaster

    Hi @marcodimi,

    I have checked the issue and it is exactly how @mahesh has given it. The script should go to footer section. Once you add it there, it should work.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘size words widget’ is closed to new replies.