Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #662793

    Hi,
    how change the style italic and size by default widget “recent comments” and remove the bar please ?

    #663114

    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

    #663162

    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

    #663202

    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

    #663623

    Hi,

    Thank you for your reply.

    This part of code has no effect to remove the gray bar.

    http://private/ (sidebar)

    Thank

    • This reply was modified 8 years, 3 months ago by deamon54.
    #663862

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    li.recentcomments {
    border-color:transparent !important;
    }

    Thanks,
    Rikard

    #664144

    Hi,
    Everything is working
    Thanks !

    #664306

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change the style italic by default widget “recent comments”’ is closed to new replies.