Home>Support>Using bullets in Site Information Text

Using bullets in Site Information Text

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!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Greg

    This should do the trick:

    Ref: http://www.tedmontgomery.com/tutorial/htmlchrc.html

  2. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Let’s try that again:

  3. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    See the HTML Code* column at my link above, go down to the sixth row and copy that, starting with &

  4. 11 years, 1 month ago Greg Lynch

    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!

  5. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Greg

    It’s declared more specifically elsewhere so you’ll lose the battle of specificity with your selector. Try this:

    /* Site Info Font Size */
    
    #colophon #site-info {
    font-size: 16px;
    }
  6. 11 years, 1 month ago Greg Lynch

    Perfect – you are my hero!

  7. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped!

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More