Ejo Posted October 31, 2020 Posted October 31, 2020 Site URL: https://pumpkin-sailfish-pmfp.squarespace.com/ My mind is boggled by the fact that 7.1 offers no options for displaying both the site title AND the logo in the header. What are the SqSp designers thinking? This is just basic stuff. Someone please tell me I'm wrong about this. If I'm not wrong is there a way to have: logo Site Title navigation or am I going to have to jump through hoops. For the record I'm perfectly comfortable with code but before I dive in I want to make sure I'm no re-inventing the wheel. Thanks in advance for anyone's help.
derricksrandomviews Posted October 31, 2020 Posted October 31, 2020 There is no tag line in a header for 7.1 and that is what I use in 7.0 if I want a logo and a title. You can use css code to add this back to 7.1 and use it as a title:
inunzi Posted October 31, 2020 Posted October 31, 2020 4 hours ago, Ejo said: Site URL: https://pumpkin-sailfish-pmfp.squarespace.com/ My mind is boggled by the fact that 7.1 offers no options for displaying both the site title AND the logo in the header. What are the SqSp designers thinking? This is just basic stuff. Someone please tell me I'm wrong about this. If I'm not wrong is there a way to have: logo Site Title navigation or am I going to have to jump through hoops. For the record I'm perfectly comfortable with code but before I dive in I want to make sure I'm no re-inventing the wheel. Thanks in advance for anyone's help. Thanks to tuan, you can try this code in your Custom css section. Let me know if this solves it.😁 .header-title-logo a:after { content: "Site Title"; display: block; font-size: 20px; font-family: monospace; color: green; text-align: center; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.