M Ureeb
asked 9 years ago
  1. i need to change the font-size and font-family of footer widget title.

  2. i need to change the size of author avatar in the left side of single post (i am using older version of the DW Focus)

thanks in advance

1 Answers
DominicStaff
answered 9 years ago

Hi,

  1. If you want to change the font-size and font-family of footer widget title, you can add the following code to the style.css file:
    #sidebar-footer .widget-title {
    font-family: "NovecentowideBookBold", Georgia, "Times New Roman", Times, serif;
    }
    .widget-title {
    font-size: 11px;
    }
  2. To change the size of author avatar in the left hand side of single post, you can use the following code:
    .single .site-content>.hentry .entry-action .co-author img {
    width: ...px; 
    }

    Hope this helps !

ureeb
replied 9 years ago

thanks Dominic, 1st answer did work, but the 2nd answer didn’t work ! author photo size remains the same.

dominic Staff
replied 9 years ago

Please send me your site (via private answer) for further checking. I have used this code and it working fine.

Powered by DW Question & Answer Pro