bjornsorensen Posted January 17, 2022 Posted January 17, 2022 (edited) Site URL: http://bjornsorensen.com See the portfolio sectionat the page bottom. I want the overlay text as 2 separate lines. First line with bold weight 30px and second line with regular weight 20px. How can I do this? Edited January 18, 2022 by bjornsorensen
tuanphan Posted January 20, 2022 Posted January 20, 2022 On 1/18/2022 at 4:20 AM, bjornsorensen said: Site URL: http://bjornsorensen.com See the portfolio sectionat the page bottom. I want the overlay text as 2 separate lines. First line with bold weight 30px and second line with regular weight 20px. How can I do this? Add to Design > custom CSS a.grid-item h3 { font-weight: bold; } a.grid-item h3:after { display: block; font-size: 20px; font-weight: normal; } a.grid-item[href="/home/linak-film"] h3:after { content: "Employer Branding film"; } a.grid-item[href="/home/oj-product-branding"] h3:after { content: "Produkt Branding"; } Repeat similar for other items 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!)
Emmapartridge Posted November 20, 2022 Posted November 20, 2022 (edited) Hello I am trying to apply this to my site and really failing at adjusting the code, can you assist please. I want the hover text on the portfolio pages (all projects) to be on two lines. I also want the top line text to be larger. www.emmapartridge.co.uk thanks Edited November 24, 2022 by Emmapartridge
tuanphan Posted November 24, 2022 Posted November 24, 2022 On 11/21/2022 at 6:18 AM, Emmapartridge said: Hello I am trying to apply this to my site and really failing at adjusting the code, can you assist please. I want the hover text on the portfolio pages (all projects) to be on one line. I also want the top line text to be larger. www.emmapartridge.co.uk thanks What is password? 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!)
tuanphan Posted November 27, 2022 Posted November 27, 2022 On 11/25/2022 at 4:49 AM, Emmapartridge said: Nola I want the hover text on the portfolio pages (all projects) to be on one line. I also want the top line text to be larger. You mean one line or two lines??? If one line, what is top line text? https://www.emmapartridge.co.uk/projects Nola 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment