This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Using bullets in Site Information Text

Resolved 7 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi Greg

    This should do the trick:

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

  2. Andrew Misplon Staff 11 years, 8 months ago

    Let’s try that again:

  3. Andrew Misplon Staff 11 years, 8 months ago

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

  4. Greg Lynch 11 years, 8 months ago

    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. Andrew Misplon Staff 11 years, 8 months ago

    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. Greg Lynch 11 years, 8 months ago

    Perfect – you are my hero!

  7. Andrew Misplon Staff 11 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread