No manual / How to on your website?
Hello,
I am completely new to WordPress and have started playing around using the free advantage theme as a test to see what I can do. I have followed a few tutorials on You Tube but still have some pretty simple questions which I thought I could find answers to in a basic manual/handbook but so far haven’t been able to find one on your site or elsewhere. Does such a thing exist?
If not can you please answer the following :
How do I change the colour and font of text on my pages?
Can I change the colour of menus and their text?
What do I get extra if I upgrade to premium?
I am not a techie and prefer not to get involved in code, but would try but I can’t even find how to access the code on the free version.
Thanks,
Helen
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Paul
Thanks for running Vantage. Here we go:
Page: Vantage Documentation
Page: Getting Started With Page Builder
Font and color options are available under Appearance > Customize in Vantage Premium. If you’d like to review that offering you can do so from Appearance > Vantage Premium. The same goes for menu color options.
If you’d like to jump in at a code level, please see our Custom CSS tutorial: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/. Please don’t use Appearance > Editor to make changes as those will be lost during theme updates.
To change menu colors you can try the following in a Custom CSS plugin like Simple Custom CSS:
/* Vantage Menu Colors */ .main-navigation { background: #343538 !important; } .main-navigation a { color: #e2e2e2 !important; } .main-navigation ul li:hover > a { background: #00bcff !important; color: #FFFFFF !important; }And adjust as required.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.