LindsEli Posted June 8, 2023 Posted June 8, 2023 (edited) here is the current code : (the problem I am having is I want it to be in italics, not italics and bold, any ideas? thanks! .header-nav-item [href="/making-waves"] {font-style: italic;} site url https://www.helaineknapp.com/ Edited June 8, 2023 by LindsEli
tuanphan Posted June 9, 2023 Posted June 9, 2023 It looks like you will need to add code to change font name of this item. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LindsEli Posted June 15, 2023 Author Posted June 15, 2023 On 6/9/2023 at 2:58 AM, tuanphan said: It looks like you will need to add code to change font name of this item. sorry I am just seeing this! what you do mean add code? I added the code to custom css but its turning the nav item bold and italics instead of just being italics!
Solution tuanphan Posted June 19, 2023 Solution Posted June 19, 2023 Something like this .header-nav-item [href="/making-waves"] { font-style: italic; font-family: futura-pt; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment