Tagged: Recent Widgets customize
- This topic has 7 replies, 2 voices, and was last updated 3 years, 1 month ago by
Theme Horse Support Team.
-
AuthorPosts
-
November 27, 2021 at 4:04 pm #94447
Henny
ParticipantIn the side bar there are 2 different Recent comments styles: one with naming the Author plus the word ON and the other one in the widget Popular, Recent and Commented. ‘Author on’ and <post> are having the same font color, while in Commented the font color of the <post> is linked with the headings colour.
I would like to change the version: Author plus the word ON, in the same style as in the mentioned widget. Is this possible?
If not, is it possible to customise the word ON in local language and changing the font colour of the post heading?
Thanks in advance!
December 3, 2021 at 7:10 am #94601Theme Horse Support Team
KeymasterHi Henny,
Yes it can customized as similar as the Post Tab widget but Featured image thumbnail of related post cannot be shown.
Could you please share us your Site URL so that we can change the according to the color you have set for your Site.Thanks
December 3, 2021 at 10:05 am #94645Henny
ParticipantDecember 12, 2021 at 2:34 pm #94841Theme Horse Support Team
KeymasterHi,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code. The below code is based on the Current Custom Settings of your Site.
.widget_recent_comments ul li { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 10px; } .widget_recent_comments ul li { font-size: 0 } .widget_recent_comments ul li a { font-size: 17px; color: #3e9fa0; } .widget_recent_comments ul li a:hover { color: #1c6473; } .widget_recent_comments ul li span { font-size: 14px; -ms-flex-order: 1; order: 1; color: #757575; }
Thanks
December 14, 2021 at 1:30 pm #94966Henny
ParticipantHi!
I added the CSS code, however now the header of the widget does not show up…December 24, 2021 at 5:48 am #95543Theme Horse Support Team
KeymasterIt should work because the provided Custom CSS Code is not related with the Widgets Header.
Please check by updating the Widget Title from the Customizer, the Title field might be empty.Thanks
December 24, 2021 at 2:44 pm #95572Henny
ParticipantYes, it was empty, now it is working. The only thing left, I would like to change there is the word ‘ON’ as it is not local language. For example in a simple ‘:’ after the name instead of the word ‘ON’
Is this possible?
December 27, 2021 at 6:19 pm #95671Theme Horse Support Team
KeymasterPlease go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.widget_recent_comments ul li span.cwp-on-text { font-size: 0; } .cwp-on-text:after { content: ":"; font-size: 1rem; }
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.