• Resolved threetinytabbies

    (@threetinytabbies)


    I just set up my WordPress site and want to adjust the calendar
    archives widget. I want to change the font of the calendar only (not
    the font for the rest of the sidebar) and delete the extra row on the
    calendar. The site is threetinytabbies.com. I have looked and looked
    and I have been unable to find out how to do this, if it is possible.
    Can anyone help? Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author themehit

    (@themehit)

    Yes that’s possible. Go to “Appearance > Customize > CSS” and drop this code

    .widget_calendar tfoot {
        display:none;
    }
    
    #wp-calendar caption {
        color: #474747;
        font-size: 20px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Extra row on calendar’ is closed to new replies.