Create header specific stylesheet
-
Howdy,
I am an artisan and so wear many hats at work, one is website stuff. I don’t do this professionally, and have had help in the past getting themes made and such. I can do basic html and css, but get into java and php and I can get lost in the weeds.
That being said, I have a website that is based off of the Twitter bootstrap, I believe, and the dropdown navigation menu on my site was somehow tied to the table and tr and td items in the stylesheet, but it messed up how all other tables appeared on the site so I had to delete the items in my styles.css. I saved a copy, so I can later create a stylesheet that is only referenced by the header, and not the body, of the site. Does anyone know how I can do this?
Here is my code for stylesheet reference in my header:
<!– Styles –>
<link href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” rel=”stylesheet”><!– Le fav and touch icons –>
<link rel=”shortcut icon” href=”<?php bloginfo(‘stylesheet_directory’); ?>/favicon.ico” />
<?php wp_head();?>
<script type=”text/javascript”> hs.outlineType = ’rounded-black’; </script>
</head>Any help would be appreciated, because it also affects the dynamic sidebar, which if I can figure it out for the header, I should be able to do the same for the dynamic sidebar as well.
- The topic ‘Create header specific stylesheet’ is closed to new replies.