Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912218
    theoutdoorarmory
    Participant

    Hi

    My website is theoutdoorarmory.com

    And my issue is in here: https://theoutdoorarmory.com/store/

    Can you help me change the font of the titles on the widget on the right? I’d like to make the font 25px.

    Specifically the titles: “By Brand” and “By Category” and “Recently Viewed”

    Also, could you help me narrow the space in between “By brand” and “ALPS Mountaineering” ? I’d like to make the size of the space same between “By Category” and “Cookware (20)”

    Please advise.

    Thanks

    #912485
    Christopher
    Moderator

    Hi there,

    Please add this:

    h4.h-widget {
        font-size: 25px;
    }
    .widget.woocommerce.widget_mgwoocommercebrands {
        margin-top: 0;
    }

    Hope that helps.

    #913528
    theoutdoorarmory
    Participant

    Hi,

    Second code worked. First one did not. Attached a screen cap for reference.

    Thanks

    #913847
    Rupok
    Member

    Hi there,

    Thanks for updating. Kindly add this too since the first title is not an usual widget title :

    .x-widget-area > h3 {
      font-size: 25px;
    }

    Hope this helps.

    Cheers!

    #913876
    theoutdoorarmory
    Participant

    Thank you so much! 🙂

    #914145
    Joao
    Moderator

    You are welcome.

  • <script> jQuery(function($){ $("#no-reply-912218 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>