kerrvernon Posted June 3, 2020 Share Posted June 3, 2020 Site URL: https://tulip-dahlia-9pb7.squarespace.com/config/design Hi there, I'm very new to CSS but have managed to add a custom font to most of the site. Can anyone please advise how to change the font on project titles and blog posts? I'm using the Pazari theme. Thanks Link to comment
tuanphan Posted June 4, 2020 Share Posted June 4, 2020 See this. 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
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 Thanks so much. I've tried... title: h3.portfolio-title item: .portfolio-grid-basic portfolio image: .portfolio-grid-basic .grid-image None of these are working tho? This code worked for changing colour but I still can't change the font. .portfolio-title { color: #ffffff !important; font-size: 35px !important; } So this doesn't work??? .portfolio-title { font-family:TRASH; font-size:15px;} I'm using pazari theme. Very confusing. Link to comment
tuanphan Posted June 4, 2020 Share Posted June 4, 2020 try .portfolio-title * 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
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 Arrr - thanks for helping but that's still not working. Tried this... .portfolio-title * { font-family:TRASH; font-size:30px !important; } Link to comment
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 This worked for the header .header-nav *, .header-menu-nav * { font-family: TRASH; font-size:15px;} Not sure why it's not working for portfolio?! Thanks. Owe you coffees! Link to comment
tuanphan Posted June 4, 2020 Share Posted June 4, 2020 .portfolio-title { font-family: 'TRASH' !important; } 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
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 Genius! That worked. Thanks so much! Link to comment
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 Hello again. Working my way through my site trying to replace all instances with a custom font. The code below worked a treat but when I copy and replace it with some other CSS such as... .blog-item-entry { font-family: 'TRASH' !important; } or .item-pagination-link–prev .item-pagination-prev-next { font-family: 'TRASH' !important; } it doesn't work? Trying to figure out the formula is really confusing. Thanks again. .portfolio-title { font-family: 'TRASH' !important; } Link to comment
tuanphan Posted June 4, 2020 Share Posted June 4, 2020 if you want all elements on your site, use Trash font, just insert this CSS * { font-family: 'TRASH' !important; } * mean all elements 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
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 AMMMAZING! Thank you!!!!!! Unreal. How do I change the colour / size? Do I need to code each specific area? Link to comment
kerrvernon Posted June 4, 2020 Author Share Posted June 4, 2020 For instance - these are black when I'd like to make them white. Thanks again for helping so much. Spent hours trying to fix this. 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