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].
I am trying to find a way to separate elements in an address placed in the “Site Information Text” within the footer. Right now, I’m using the pipe symbol to separate things like this:
1000 Base Parkway, City, State, Zip | (555) 555-1212 | [email protected]
I would like to have small bullets in the location where the pipes are – any idea how I can do this? Thanks!
Hi Greg
This should do the trick:
Ref: http://www.tedmontgomery.com/tutorial/htmlchrc.html
Let’s try that again:
See the HTML Code* column at my link above, go down to the sixth row and copy that, starting with &
Outstanding, Andrew – worked like a charm, thanks!
Another question: I’ve looked thru the other discussions but I can’t seem to put anything into custom CSS that will adjust the font size in the footer. I have the site title font set to Bitter 700 which should be showing up as a bolded font (I believe), and I tried this custom CSS:
/* Set Vantage footer font size */
#colophon {
font-size: 16px;
}
I’m no CSS expert by any stretch of the imagination – can you suggest something else? Thanks!
Hi Greg
It’s declared more specifically elsewhere so you’ll lose the battle of specificity with your selector. Try this:
Perfect – you are my hero!
Super, glad that helped!