Tagged: Enfold Combo Widget, Widget
Hello !
I would like to make some changes for this widget (Enfold Combo Widget) as I don’t want to dsiplay “comments” ; I don’t collect comments in my posts… I just want to display popular and recent posts. Furthermore, “comments” in French is “commentaires” and it is truncated…
Can you tell me how I can delete this column in my sidebar or at least, where can I find the php file for the widget: Enfold Combo Widget to modify it?
Thanks and best regards,
Johann
Hi johann_doe!
Thank you for using Enfold.
Just add this on Quick CSS to remove the comment tab:
.tab.widget_tab_comments {
display: none;
}
Cheers!
Ismael
Thank you Ismael !
Cheers,
Johann