• Hi,

    sorry if this has already been mentioned in the support for this theme but I’m trying to increase the font-size in the sidebar. I’m using the recent posts extended widget but I find the text for each post’s title too small, is there any way to change this?

    Thanks,
    Brian

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Brian,
    easiest way: send link to your website and point out exactly which widget.Than it is to target specific widget with custom CSS modifications from child theme style.css
    If you are using standard alx tabs for recent posts, then try this:
    Code

    .alx-tab .tab-item-category,
    .alx-posts .post-item-category {font-size: 23px; }

    .alx-tab .tab-item-date,
    .alx-tab .tab-item-name,
    .alx-posts .post-item-date { font-size: 23px; }

    .alx-tab .tab-item-title,
    .alx-tab .tab-item-comment,
    .alx-posts .post-item-title {font-size: 23px; }

    Default font size is 13px, I put 23px (too large), you choose whatever suits you, but same font-size in all 3 parts (and child theme, otherwise you loose this on next theme update) .
    If that’s all, please mark [resolved].
    If not, write your next question.
    Regards,
    Mike

    Thea

    (@dorothy1508)

    Thanks for that, I’m also trying to change the font in the widgets (in my case it’s a Custom Menu widget) but I want to make the font darker – I’m not sure if I need to change the font-weight or the font color?

    It’s the widget in the right sidebar:

    https://planbmaintenance.net

    If you mean “Our Services” and menu below, defaults are:
    -font-weight:300
    -color:#777
    To change color and weight:

    .widget_nav_menu ul li a {color:#000000;}
    .widget_nav_menu ul li a {font-weight:900;}

    Above: color black, weight 3 times more than default.
    Experiment with both values and choose what suits you the best.

    Thea

    (@dorothy1508)

    Sorry, missed your post, that’s perfect thank you very much!

    No problem – PLS mark [resolved] if that’s all – to make life easier for all people giving support on this forum.
    Mike

    Hello I would like to change the font in my widgets and blog post to be darker and bold in the widgets. Some how i do not have jet pack but I have custom css and it has no line numbers like line 802. this is the code i have in the box now
    .type-gallery .entry-title,
    .type-post .entry-title {
    text-transform: lowercase !important;
    }
    body, button, input, select, textarea {
    color: #0F0312;
    }
    I would like to change. could you give me a code to copy and paste.This has been a frustrating week my sharing and jet pack and other important functions have vanished from my dashboard. Was told to delete theme and install the new upgrade theme. Not sure if it will work but I am trying it. I appreciate your help with the code for the font size and color.

    This is my website https://outtheboxfashion.com/

    Hi quintanj1. This forum is for support of the Hueman theme. Since you’re running a commercial theme you should post your question on that theme support page. The reason for that is in the wp.org Forum Welcome document.

    ok thank you

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