Tagged: Recent Posts, styling
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
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
Hey Yigit :),
Nothing happens, it does not work. Do you have another solution?
Sincerely,
Barb
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
Hey,
Ofcourse, data in private content :)
Sincerely,
Barb
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
Hi Yigit,
Ehm, nothing has changed? :)
Sincerely,
Barb
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
Ha, Woops.
But yes, it worked!! Thx Yigit :D
Sincerely,
Barb