Trying to make my header transparent!!!
-
Hi guys! I’m a newbie and I’m trying to make my header transparent. All the post here I’ve tried a million times and nothing works. Here is my code. If anyone could help…Thanks!
/***********************************************************************************************/
/* Header Styles */
/***********************************************************************************************/
.site-header { position: relative; }
.site-header hgroup {margin: 0 auto; max-width: 930px; padding: 0 20px; min-height: 130px; width: 100%;}
.site-header > a {color: #141412; text-decoration: none;}
.site-title {font-family:”ALS Script”;font-size: 80px;font-weight: normal;line-height: 1;margin: 0;padding: 15px 0 10px;}
.site-description {font-family:”Asenine Wide”;font-weight: 300;font-size: 15px;margin: 0;line-height: 15px;}I put the whole header style in but the line (im assuming) is the 3rd .site-header line.
- The topic ‘Trying to make my header transparent!!!’ is closed to new replies.