-
i need to change the font-size and font-family of footer widget title.
- 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
Hi,
- 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; }
- 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 !
thanks Dominic, 1st answer did work, but the 2nd answer didn’t work ! author photo size remains the same.
Please send me your site (via private answer) for further checking. I have used this code and it working fine.
Please login or Register to submit your answer