How to add my custom css to pages
-
I am pretty new to WP and trying to get the hang of it. So far, I think I am catching on, but Ive hit a major road block in my productivity. Id like to add some special css to a table that would highlight the rows and columns as you mouse over the data.
In a regular static website I have a code a css that works great. I thought this would be easy enough paste my table data into my page and then insert the <link href=”tabledata.css” rel=”stylesheet” type=”text/css” />
into the head section of my page. Only I come to find out I have no way of adding anything to the head portion of my page.I then tried simply copying and pasting the tabledata css code to the end of my themes styles.css and that didn’t seem to work.
Can someone point my in right direction for this? Appreciate any help. Thanks.
- The topic ‘How to add my custom css to pages’ is closed to new replies.