abc Posted August 14, 2023 Share Posted August 14, 2023 Is it possible to insert text underneath the logo using ::before or ::after? Or any other method if it's better? I need the text to be centered relative to the logo on desktop and mobile. Thank you in advance. URL: https://steven.squarespace.com/test Link to comment
Solution DPruitt Posted August 14, 2023 Solution Share Posted August 14, 2023 Here you go: .header-title-logo a:after { content: 'Subtitle Text'; font-size: 18px; color: #000000; text-align: center; display: block; } abc 1 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