Adjusted some of your code. This should work:
How to find second <p> element in a <div> You could use the nth-child selector, set to find the second child. This will select all <p> elements ...
-
March 11, 2022
- 0 Comments
I’d like to add a DIV under the title of my Shop page, but ONLY my main shop page. I added some code ...
-
March 6, 2022
- 0 Comments
I’m trying to get my footer to stick to the bottom of my page. I’ve followed loads of different tutorials (most of them ...
-
February 28, 2022
- 0 Comments
Use the list-style-type CSS property on the <ol> tag. See here for the full list of options: http://www.w3schools.com/cssref/pr_list-style-type.asp