Archived topic
Customize the text from Right Sidebar Widget
7 replies · Started by Manuela on February 22, 2021
Hello,
I would really appreciate if you could help me change the following text to Lora:
Together we thrive
Join our email list and become part of our community.
Right sidebar, widget, blog posts page.
Thank you
Hi Manuela,
Try this CSS:
.blog .inside-right-sidebar .textwidget h4, .blog .inside-right-sidebar .textwidget p {
font-family: 'Lora';
Hey Ying,
I am not sure if I am doing something wrong: I added the code in Additional CSS but nothing changed :(
I updated the CSS, try this instead:
https://generatepress.com/forums/topic/customize-the-text-from-right-sidebar-widget/#post-1668117
That was it :-)
It changed the h4 text to Lora. But it didn't change the smaller text: 'Join our email list and become part of our community'. So you happen to have a code for that one too?
Actually .blog .inside-right-sidebar .textwidget pis targeting the smaller font text, and they are already using Lora font :)
Oh, sorry about that...
Really grateful for your assistance.
No problem :)