![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I need to put my product titles in an h1 tag, but still keep the font the same size it is now, plus, not change the size of any other h1 tags throughout the site. How would I do this? My site has a style sheet, but I don't know much about css. But I can copy and paste! Thanks, J |
#3
| |||
| |||
|
|
JA wrote: Hi, I need to put my product titles in an h1 tag, but still keep the font the same size it is now, plus, not change the size of any other h1 tags throughout the site. How would I do this? My site has a style sheet, but I don't know much about css. But I can copy and paste! Thanks, J For your markup: h1 class="product-title">Magic Wonder Box</h1 For your CSS: h1.product-title { font-size: inherit; } |
#4
| |||
| |||
|
|
Thanks Jeremy! That did it! |
|
I need to put my product titles in an h1 tag, but still keep the font the same size it is now, plus, not change the size of any other h1 tags throughout the site. |
![]() |
| Thread Tools | |
| Display Modes | |
| |