Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030575
    caleb
    Participant

    Hey there,

    I’ve got ethos running over at http://rebeccamarie.com/blog-2/

    I would like to reduce the size of the text in the sidebar. By 1 or 2 points.

    Also, is it possible to make the Categories not be capitalized anymore. So, instead of WEDDINGS, its just Weddings?

    Thanks!

    #1031354
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-sidebar .textwidget {
        font-size: 15px;
    }
    .x-sidebar .widget a, .x-sidebar .widget ul li a {
        text-transform: capitalize;
    }

    Hope that helps.

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