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].
1.) Adjusting the title of the homepage so I can either center it or get rid of it.
I could never find any settings for this particular issue. Surely this is possible?
2.) Rename “Welcome to Software Knowledge” to just “Home”
This I believe should be super simple but for some reason I cannot get this to work.
Link to my website: http://softwareknowledgenashville.com/
I am a premium user as well. Not sure where to personally contact for support so I’m posting here for now.
Much appreciated.
Hi SoftKnowNash,
You can center the title with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
You might also need to install the SiteOrigin CSS Editor.
I would recommend manually renaming the page title as while I can change it with CSS the performance / SEO impact isn’t worth it.
By the way; as you’re a Vantage Premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.
Ok another question, is there a way to center widgets using the CSS editor?
Hi SoftKnowNash,
You can do this via selecting the widget and setting margin: 0 auto; This will be hit or miss but that is how you would center a block.
Where can I find margin settings for my widget? Or is that something for Custom CSS?
Hi SoftKnowNash,
Sorry about that. I should have been clearer.
Okay, so open up your intended page. Select the widget you wish to edit. Then go over to the widget styles sidebar and click attributes. Input the above-mentioned CSS into the “CSS Styles” textarea.