Archived topic
Un-italicising widget text + removing widget title
8 replies · Started by robchanoi on June 7, 2022
Hi - I would like the text widget to not italicise the text inside the widget and also to disable widget title. Understand removing text from widget title fixes this but unable to label otherwise.
I wld also like to center post body but set to default pushes it to the right. I have previously set all post layouts to elementor full width then positioned in generateblocks to avoid this which wasn't wise.
Pls see live link below, thanks.
Hi there,
you have this CSS in your Simple CSS which is setting the italic font style:
.sidebar .widget {
font-style: italic;
font-family: 'century gothic';
}
Remove that to remove the italic style.
The title - you're using a text widget what did you add inside there ?
Hi there,
you have this CSS in your Simple CSS which is setting the italic font style:
.sidebar .widget {
font-style: italic;
font-family: 'century gothic';
}
Remove that to remove the italic style.
The title - you're using a text widget what did you add inside there ?
Thanks David. Italics sorted.
The title for the text widget is not included for now - i wld just like to label it so i know what it is as i will include other bespoke text widgets. If not possible to disable showing title - no problemm. Cheers.
Actually don't worry about the widget title - not a biggie.
If I could just trouble you with the centering of the container as mentioned above, I will be out of your hair :D
Thanks
Did you find a solution for the centering of the container ?
I did - by setting the posts to sidebar-content-sidebar.
The content width is determined this way by overall container width in customizer is that right?
Thanks.
Thats correct :) Glad to hear you found a solution
Cheers.