Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #503254

    Hi guys,

    Recent posts sidebar widget: I tried to change italic to normal and use the same font everywhere else in the website. No matter what I do, it stays italic and the font type does not change either.

    What am I doing wrong? This is the code I used:

    .widget_recent_entries li a {
    font-style: normal !important;
    font-family: “Open Sans”, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    }
    section#recent-posts-2 li {
    font-size: 16px !important;
    line-height: 25px !important;
    }

    Sincerely,
    Morticka

    #503275

    Hi Barb!

    Please add following code to Quick CSS

    .recentcomments a, .widget_recent_entries li a {
        font-style: inherit!important;
        font-family: inherit!important;
    }

    Best regards,
    Yigit

    #503279

    Hey Yigit :),

    Nothing happens, it does not work. Do you have another solution?

    Sincerely,
    Barb

    #503285

    Hi!

    Well, it should have worked :/ Do you mind creating a temporary admin login and posting it here privately so we can look into it? I guess there are some issues in your custom CSS code

    Best regards,
    Yigit

    #503289

    Hey,

    Ofcourse, data in private content :)

    Sincerely,
    Barb

    #503295

    Hey Barb!

    There was 2 missing closing curly brackets and 1 opening bracket missing, i have added them. Please review your website now :)

    Cheers!
    Yigit

    #503297

    Hi Yigit,

    Ehm, nothing has changed? :)

    Sincerely,
    Barb

    #503303

    Hey!

    Maybe we have modified Style.css file at the same time. I have applied it once again and included the content of style.css into private content field :)

    Best regards,
    Yigit

    #503311

    Ha, Woops.

    But yes, it worked!! Thx Yigit :D

    Sincerely,
    Barb

    #503312

    Hi!

    You are welcome Barb, always happy to help :)
    Have a great day!

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Removing italic and changing font in recent posts widget not working’ is closed to new replies.