Guest SophieBaillot Posted October 27, 2019 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
tuanphan Posted October 27, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest SophieBaillot Posted October 27, 2019 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!
paul2009 Posted October 27, 2019 Posted October 27, 2019 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; } Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
tuanphan Posted October 27, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
rd2130 Posted November 18, 2019 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
Guest Posted April 13, 2020 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!
tuanphan Posted April 14, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted April 18, 2020 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
shamika881 Posted August 23, 2020 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!
jayewhy Posted March 24, 2021 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.
tuanphan Posted March 25, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.