Before you ask please READ THIS

Font Size and Color at Footer Widget

in Rife Posts: 22
Hi Air.

Could you please advice on how could I change the font size, color and types at the footer widget as shown? Thanks.

Land

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Font size is set in Appearance → Customize → General settings → Footer → Widgets part : Font size

    Font type is the same as for the main content and is set in Appearance → Customize → General settings → Fonts settings → Font for normal(content) text

    For widgets area, colors are defined in CSS, as there are many elements that can appear there.

    However, you can use below custom CSS to adjust many colors:
    /* links */
    .foot-widgets.dark-sidebar a, .foot-widgets.dark-sidebar .widget_filter li a {
        color: #fff;
    }
    /* links on hover  */
    .foot-widgets.dark-sidebar a:hover{
    	color: #aaa;
    }
    /* text */
    .foot-widgets.dark-sidebar,
    .foot-widgets.dark-sidebar .widget{
    	color: #fff;
    }
    /* titles */
    .foot-widgets.dark-sidebar .widget h3.title{
    	color: #fff;
    }
    With kind regards.
  • Posts: 22
    Done it beautifully and aesthetically. Yeah~ :-D

    Many thanks, Air ~
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!