Home>Support>Footer CSS

Footer CSS

By mrogovin, 10 years ago. Last reply by Andrew Misplon, 10 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago mrogovin

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

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

    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. 10 years, 1 month ago mrogovin

    Thank you will give it a try.

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More