Guest SophieBaillot Posted October 27, 2019 Share Posted October 27, 2019 Hello, on the Flatiron template, how can i change the word 'view' when you hover over a thumbnail? I would like to change it to the sign "+" Thank you Link to comment
tuanphan Posted October 27, 2019 Share Posted October 27, 2019 Add to Home > Design > Custom CSS #grid .item a div.wrapper div.project-title h3 { visibility: visible; } #grid .item a div.wrapper div.project-title h3:after { visibility: visible; content: "enter your text"; font-size: 10px; font-family: monospace; display: block; text-align: center; } 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
Guest SophieBaillot Posted October 27, 2019 Share Posted October 27, 2019 Hello Tuanphan, Thank you! With this code i can add my text after the text - view - Is it possible to overwrite this mention with the one i want? Thanks again! Link to comment
paul2009 Posted October 27, 2019 Share Posted October 27, 2019 (edited) Hello Sophie @SophieBaillot Try this instead: #grid .item a div.wrapper div.project-title h3 { visibility: hidden; font-size: 0; } #grid .item a div.wrapper div.project-title h3:after { visibility: visible; content: "— your text —"; font-size: 16px; } Edited October 27, 2019 by paul2009 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
tuanphan Posted October 27, 2019 Share Posted October 27, 2019 3 hours ago, SophieBaillot said: Hello Tuanphan, Thank you! With this code i can add my text after the text - view - Is it possible to overwrite this mention with the one i want? Thanks again! sorry, typo this code, or code Paul2009 sent #grid .item a div.wrapper div.project-title h3 { visibility: hidden; } #grid .item a div.wrapper div.project-title h3:after { visibility: visible; content: "enter your text"; font-size: 10px; font-family: monospace; display: block; text-align: center; } 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
Guest SophieBaillot Posted October 28, 2019 Share Posted October 28, 2019 Great! Thank you both! Link to comment
rd2130 Posted November 18, 2019 Share Posted November 18, 2019 What if you wished to change the word -view- on a per gallery basis as opposed to globally? Would that be a page header code injection adjustment and if so what would that be? Thanks in advance Link to comment
Guest Posted April 13, 2020 Share Posted April 13, 2020 On 11/18/2019 at 7:03 PM, rd2130 said: What if you wished to change the word -view- on a per gallery basis as opposed to globally? Would that be a page header code injection adjustment and if so what would that be? Thanks in advance Hi! I am looking for the same thing, did you found the solution? Thanks a lot! Link to comment
tuanphan Posted April 14, 2020 Share Posted April 14, 2020 On 11/19/2019 at 1:03 AM, rd2130 said: What if you wished to change the word -view- on a per gallery basis as opposed to globally? Would that be a page header code injection adjustment and if so what would that be? Thanks in advance 9 hours ago, lauraeldin said: Hi! I am looking for the same thing, did you found the solution? Thanks a lot! Use this code for one project #grid .item a[href="/url-project-1"] div.wrapper div.project-title h3 { visibility: hidden; } #grid .item a[href="/url-project-1"] div.wrapper div.project-title h3:after { visibility: visible; content: "enter your text"; font-size: 10px; font-family: monospace; display: block; text-align: center; } Replace /url-project-1 with Project URL 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
Guest Posted April 18, 2020 Share Posted April 18, 2020 On 4/14/2020 at 10:03 AM, tuanphan said: Thank you so much!!!! Use this code for one project #grid .item a[href="/url-project-1"] div.wrapper div.project-title h3 { visibility: hidden; } #grid .item a[href="/url-project-1"] div.wrapper div.project-title h3:after { visibility: visible; content: "enter your text"; font-size: 10px; font-family: monospace; display: block; text-align: center; } Replace /url-project-1 with Project URL Link to comment
shamika881 Posted August 23, 2020 Share Posted August 23, 2020 Tried using this code. I want different sub headings for each project. Can't see to be happening when i paste the project url. Thank you in advance! Link to comment
jayewhy Posted March 24, 2021 Share Posted March 24, 2021 Hi! Did anyone figure out how to resolve this? How do you add a custom subheading for each individual thumbnail on flatiron home page/index? Basically, replace the "-view-" with text specific to each thumbnail. I tried the above code and it didn't seem to do anything. Link to comment
tuanphan Posted March 25, 2021 Share Posted March 25, 2021 16 hours ago, jayewhy said: Hi! Did anyone figure out how to resolve this? How do you add a custom subheading for each individual thumbnail on flatiron home page/index? Basically, replace the "-view-" with text specific to each thumbnail. I tried the above code and it didn't seem to do anything. Hi. Can you share link to your site? WE can do an example & you can repeat 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment