shaneharris32 Posted June 1, 2023 Posted June 1, 2023 (edited) Hello, The front page of my site is an Index page. I would like add a headline between the header and the top of my work collection. Unfortunately I don't know how to achieve this. Here's a link to my site for reference: shaneharris.me Thanks for any and all help! Edited June 1, 2023 by shaneharris32
Solution tuanphan Posted June 3, 2023 Solution Posted June 3, 2023 Add this code into Design > Custom CSS body.homepage .main-content:before { content: "Shane Harris"; display: block; text-align: center; font-size: 30px; font-family: aktiv-grotesk; font-weight: 500; font-style: normal; font-size: 20px; letter-spacing: .02em; text-transform: none; line-height: 1em; margin-bottom: 30px; } 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!)
shaneharris32 Posted June 14, 2023 Author Posted June 14, 2023 that was exactly what I needed, thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment