melina
-
Content Count
15 -
Joined
-
Last visited
Reputation Activity
-
melina got a reaction from tuanphan in CSS code to change a few input fields into another language on form
Wow! This code worked perfectly! Thank you SO much for the swift response - my client was adamant about changing this ASAP.
Not to mention the perfect Greek, accents and all! 🙂
-
melina got a reaction from creedon in CSS code to change a few input fields into another language on form
Wow! This code worked perfectly! Thank you SO much for the swift response - my client was adamant about changing this ASAP.
Not to mention the perfect Greek, accents and all! 🙂
-
melina got a reaction from bangank36 in Changing header button based on language
Hi! No, I haven't.. Where does it go exactly.. Is it something like this (This didn't work either so I imagine Im doing something wrong.
.header-nav-item.lang-gr:last-child <a href="https://limanakistudios.squarespace.com/gr/kante-kratisi"></a>
.header-nav-item.lang-en:last-child <a href="https://limanakistudios.squarespace.com/en/book-your-stay"></a>
color: #fff !important;
background-color: #468fa2;
border-color: #468fa2;
padding: .6em 1.6032em;
font-size: calc(0.9rem);
position: relative;
top: -5px
}
-
melina got a reaction from bangank36 in Changing header button based on language
Hi bankank36! Thanks for your response. This code didn't work when I inserted it into the Header code injection.. Any suggestions?
-
melina reacted to bangank36 in Changing header button based on language
You can try to make the last menu item become cta button instead, add 2 buttons for 2 language
.header-nav-item.lang-gr:last-child a, .header-nav-item.lang-en:last-child a{ color: #fff !important; background-color: #468fa2; border-color: #468fa2; padding: .6em 1.6032em; font-size: calc(0.9rem); position: relative; top: -5px }
-
melina got a reaction from bangank36 in Changing header button based on language
Site URL: https://studiosbythesea.squarespace.com/
Hello,
I have set up a multisite page and would like the text on the button on the header to change depending on the language. I realize that this requires some kind of if/conditional statements to be created.. Any one have any advice/tips?
(PW to site is louli)
I would also like to create a similar thing for the footer (right now its a very simple footer with 2 text blocks)
Thanks in advance!
-
melina reacted to tuanphan in LiInkthroughs on image blocks Squarespace 7.1
Just tested. I still can add. Can you take screenshot your image block on editing mode?
and what is access password?
-
melina reacted to tuanphan in Description for Summary Blocks on mobile
Add to Home > Design > Custom CSS
@media screen and (max-width:640px) { /* hide dot */ .yui3-lightbox2 .sqs-lightbox-meta-trigger { visibility: hidden; left: 0; right: 0; width: 100%; } .yui3-lightbox2 .sqs-lightbox-meta-trigger:before { display: block; visibility: visible; content: "Tap to show bio"; text-align: center; } }