Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1230108

    Hello,

    How can I change the italic style of the latest posts?

    Thank you.

    #1230376

    Hey fastlook,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .widget_recent_entries li a {
        font-style: normal; 
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1230434

    Thank you Victoria Italic Style is ok but text style is different. Is there a solution for this?

    #1230473

    Hi,

    Add this to quick css:

    #recent-posts-3 li a{
    font-family:'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.