lornem Posted December 22, 2023 Posted December 22, 2023 (edited) Hi, I have 2 questions How Do I Customize Slider Text only 1) I am trying to change the: font for the slider banner only. I want to be able to add a custom font for it and change the size, color, letter spacing to below. color: #ffffff; font-family: Anton; font-size: 75px;; font-weight: 500; letter-spacing: 0.3px; text-transform: none; How Do I Customize Navigation Text Only 2) I want to make the Navigation to have a Weight of: 600. Currently the navigation is using the P3 (weight of 300) in Site Styles. If I change the weight in site styles then it will change the weight for every P3 element which is not what I want. I only want to change the weight for the navigation so it looks bolder. Thanks Edited December 24, 2023 by lornem
Solution tuanphan Posted December 24, 2023 Solution Posted December 24, 2023 #1. Use this CSS code body.homepage h2.list-item-content__title { color: #fff; font-family: Anton !important; font-size: 75px !important; font-weight: 500 !important; letter-spacing: 0.3px !important; text-transform: none !important; } #2. Use this CSS code div.header-nav-item>a { font-weight: 600 !important; } 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!)
lornem Posted December 24, 2023 Author Posted December 24, 2023 Tuan, thank you very much. Merry Christmas. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment