Hi,
how change the style italic and size by default widget “recent comments” and remove the bar please ?
Hi deamon54,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard,
the access to the site is private :(
I am manage to change the italic style:
.recentcomments a, .widget_recent_entries li a {
font-style: inherit!important;
font-family: inherit!important;
}
I still have to remove the gray bar
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.comment_content p {
font-style: inherit!important;
font-family: inherit!important;
}
If the above code don’t work for you request you to get back to us with a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi,
Thank you for your reply.
This part of code has no effect to remove the gray bar.
http://private/ (sidebar)
Thank
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
li.recentcomments {
border-color:transparent !important;
}
Thanks,
Rikard
Hi,
Everything is working
Thanks !