growingupskywalker Posted May 27, 2021 Share Posted May 27, 2021 Site URL: https://www.growingupskywalker.com/ I'm not a CSS expert by any means, but I am using CSS to add a custom header font ("Star Jedi") to my homepage. The only part of the code that won't work is the line to change the color from white to black. Could anyone give a recommendation to fix it? @font-face { font-family: 'StarJedi'; src: url('https://static1.squarespace.com/static/6077295bab14e91069cfb6b3/t/60aa8fb3b82d4c085443b6ac/1621790643993/Starjedi.ttf'); } h1 {font-family: 'StarJedi';} h1 { font-family: 'StarJedi'; font-weight: 700; font-style: normal; font-size: 150px; color: hsl(0, 100%, 0%); letter-spacing: 3px; text-transform: lowercase; line-height: 1em; } Link to comment
Solution tuanphan Posted May 28, 2021 Solution Share Posted May 28, 2021 Use this code h1 { font-family: 'StarJedi'; font-weight: 700; font-style: normal; font-size: 150px; color: #000 !important; letter-spacing: 3px; text-transform: lowercase; line-height: 1em; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
growingupskywalker Posted May 28, 2021 Author Share Posted May 28, 2021 You're a wizard! Thanks so much. Link to comment
tuanphan Posted June 1, 2021 Share Posted June 1, 2021 On 5/28/2021 at 10:37 PM, growingupskywalker said: You're a wizard! Thanks so much. Do you need to support with these? Site URL: https://www.growingupskywalker.com/ 1. (Mobile-Homepage) reduce text size? 2. (Tablet-Footer) Change text width? 3. (Tablet-Homepage) Reduce text size? 4. (Follow page) You haven’t changed SEO Title so the browser tab name still shows “general 3” 5. (Mobile-Extras) Center these buttons or make them side by side? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment