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.

Footer CSS

Open 4 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Well I am new to CSS so forgive any coding faux pas. I wanted to customize the fonts and font styles and seem to have messed things up a bit. First, the footer text (my copyright) suddenly got huge. Have no idea how that happened. Tried to fix it with CSS code from another thread, but it did nothing. I also want bulleted lists to be the same size as body text (paragraph) but can’t seem to get that either. I want all text to be black instead of default grey, but that also seems inconsistent. Here is my custom CSS. Help would be appreciated.

Also: I am just editing custom CSS — should I have created a child first? Told you, I am new to this…

body {
	font-size: 100%;
}
h1 {
	font-family: "Century gothic", "Avant Garde", Arial, Tahoma, sans-serif;
	color: black;
	font-size: 2.7em;
}
h2 {
	font-family: "Century gothic", "Avant Garde", Arial, Tahoma, sans-serif;
	color: black;
	font-size: 2.3em;
}
h3 {
	font-family: "Century gothic", "Avant Garde", Arial, Tahoma, sans-serif;
	color: black;
	font-size: 2em;
}
p {
	font-family: "Century gothic", "Avant Garde", Arial, Tahoma, sans-serif;
	color: black;
	font-size: 1.5em;
}
ul {
	font-family: "Century gothic", "Avant Garde", Arial, Tahoma, sans-serif;
	color: black;
	font-size: 1em;
}
.entry-content img {
 	 	-webkit-box-shadow: none;
 	 	box-shadow: none;
}	 	}
/* Footer */
#footer-widgets .widget .widget-title {
	font-size: 1em !important;
	}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. mrogovin 11 years, 6 months ago

    Please ignore comment on font size in footer. Solved that one right after I posted.

  2. Andrew Misplon Staff 11 years, 6 months ago

    Hi mrogovin

    Thanks for running Vantage.

    Your ul’s are most likely nested inside of a paragraph, so 1em is no longer the base. An easy way to resolve this is to change all of your em’s to rem’s so instead of 1.5em, list 1.5rem. Relative ems don’t nest, removing some complexity.

  3. mrogovin 11 years, 6 months ago

    Thank you will give it a try.

  4. Andrew Misplon Staff 11 years, 6 months ago

    For sure. Will hopefully do the trick.

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