Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi I need help to change the font of the Title in the Visual editor please. I need it to be font-family:Papyrus,fantasy;
Site is leighross.online – Thanks
Does anyone know how I can change the font using custom css?
Free community support takes time.meanwhile let me see i can help you with. In the page,which words you need to change?
I need to change the font of all ‘title’ in the Visual editor. They need to be the same font as my main text. Thank you
so you want to change the title of the visual editor to font-family:Papyrus,fantasy; right ?
ok first install siteorigin css plugin ( https://wordpress.org/plugins/so-css/ ) and activate it. now go to
Appearance > custom css
paste this code there and save
.widget-title {
font-family: Papyrus,fantasy;
}
hope this helps
Thank you – I have installed the so css and added that code but it hasn’t changed the font?
ok ,on looking at the site again ,like you said the title is still the same.
please check this too.
delete the code that i said before and insert this one on custom css
.widget .widget-title {
font-family: Papyrus,fantasy;
}
look if this works .
YES! That worked :) Thank you.
Do you know how I could get rid of the background colour in the widget? I have selected clear background and no borders in the widget settings but that doesn’t seem to make much difference. It takes the colour away from behind the text but doesn’t remove the borders?
@gopu
Thank you for helping! :)
Hi Leigh,
Sorry for the delay. It looks like backgrounds are still present, albeit a white one. Would it be possible for you to send me an export of this page so I work out how it’s being set? To do this open up the page with the widget and click layout. Then click import / export and then click download. Please upload the export to a 3rd party file hosting site such as teknik.io.
Alex ,this issue is resolved.