Jump to content

ElizabethM

Circle Member
  • Posts

    59
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ElizabethM reacted to Chrisprocreate in Changing the login/Account text to a svg icon   
    I have posted all the code that is in the CSS above, I would rather not give you the password as it's a clients website, not mine.
  2. Like
    ElizabethM reacted to paul2009 in Countdown timer code not working - help please?   
    Please see the earlier posts in this thread.
  3. Like
    ElizabethM reacted to tuanphan in 7.1 - Is it possible to move the account login button/text to the far right/to the right of the cart button?   
    Add to Design > Custom CSS
    div.user-accounts-link { order: 3; margin-left: 1.5vw !important; }  
  4. Like
    ElizabethM got a reaction from Beyondspace in HELP with adding Codepen into Squarespace   
    Hi @bangank36
    I have som issues on my countdown too. 
    This is my code 
    <style>#countdown{color:#f5f2ec;display:inline-block;text-align:center;font-size:1.5rem}
    #countdown>div{padding:10px; background:#b79b7d; display:inline-block}
    #countdown div>span{padding:5px; display:inline-block} </style><center><div id="countdown">
      <div>
        <span class="days" id="day">
        </span>
        <div
    class="text">jours</div> 
      </div>
      <div>
        <span class="hours" id="hour">
        </span>
        <div
    class="text">heures</div>
      </div>
      <div>
        <span class="minutes" id="minute">
        </span>
    <div class="text">minutes</div>
      </div>
      </div>
      <p id="timer"></p>
    </center>
    <script>var deadline=new Date("May 1, 2021 18:30").getTime();var
    x=setInterval(function(){var now=new Date().getTime();var t=deadline-now;var
    days=Math.floor(t/(1000*60*60*24));var hours=Math.floor((t%
    (1000*60*60*24))/(1000*60*60));var minutes=Math.floor((t%
    (1000*60*60))/(1000*60));var seconds=Math.floor((t%
    (1000*60))/1000);document.getElementById("day").innerHTML=days;document.getEl
    ementById("hour").innerHTML=hours;document.getElementById("minute").innerHTM
    L=minutes;document.getElementById("second").innerHTML=seconds;if(t<0)
    {clearInterval(x);document.getElementById("timer").innerHTML="TIME
    UP";document.getElementById("day").innerHTML='0';document.getElementById("hou
    r").innerHTML='0';document.getElementById("minute").innerHTML='0';document.get
    ElementById("second").innerHTML='0'}},1000);</script>
     
    And attached you can see that there is no timer 
    Could you help me to fix this please 
    Thank you so much

  5. Like
    ElizabethM got a reaction from creedon in Is it possible to add a small logo to the footer on the forte, or any other, theme?   
    It works ! Thank you
  6. Like
    ElizabethM reacted to tuanphan in Does Version 7.1 support a Search Bar/Icon for the site's header?   
    Hi. Can you share link to your site? We can check easier
  7. Thanks
    ElizabethM reacted to creedon in Is it possible to add a small logo to the footer on the forte, or any other, theme?   
    @ElizabethM
    Add the following to Design > Custom CSS.
    #block-yui_3_17_2_1_1618333545165_8000 {   margin-left : auto;   margin-right : auto;   width : 75px;      } This is for v7.1 and specific to the poster's need.
    Let us know how it goes.
  8. Like
    ElizabethM reacted to tuanphan in How to reduce header size?   
    Hi. Add to Design > Custom CSS
    /* Header height */ .header-announcement-bar-wrapper { padding-top: 2px !important; padding-bottom: 2px !important; }  
  9. Like
    ElizabethM reacted to creedon in Is it possible to add a small logo to the footer on the forte, or any other, theme?   
    @ElizabethM
    You need to rebuild that area with 5 columns, 2 columns, 5 columns. Right now it's a series of nested columns and such that makes it unbalanced.
    I manually rebuilt that section here locally and it looks great. I did use a tiny bit of CSS to shrink the image down a little but the CSS did not play with the columns at all. My hand crafted version is on the top.

    I highlighted the columns to show the 5, 2, 5 balance.

    If you wanted to center the logo not to the window but in the space between the text blocks then a 5, 5, 2 might do the trick.
  10. Like
    ElizabethM reacted to creedon in Is it possible to add a small logo to the footer on the forte, or any other, theme?   
    @ElizabethM
    You can get close with just the SS interface.
    Please see the following...
    Let us know how it goes.
  11. Like
    ElizabethM got a reaction from creedon in Help with CSS for Newsletter Block   
    Thank you ! I found it ! 😉 Sorry for the inconvenience 
  12. Thanks
    ElizabethM reacted to creedon in Help with CSS for Newsletter Block   
    @ElizabethM
    Which storage method are you using for the newsletter block? Is it setup correctly?
  13. Like
    ElizabethM reacted to justsayin in Does Version 7.1 support a Search Bar/Icon for the site's header?   
    I also love how they let us fend for ourselves in these rabbit hole chat rooms and no real team response ever takes place.
  14. Like
    ElizabethM got a reaction from creedon in How to Remove Footer Hyperlink Underline?   
    Hi @creedon
    Just try your line code for v7.1 and it works ! 
    Thank you so much 
  15. Like
    ElizabethM reacted to creedon in How to Remove Footer Hyperlink Underline?   
    @StoriesAroundTheSun
    Add the following to Design > Custom CSS.
    #footer-sections .sqs-block-html a {   text-decoration : unset;      } This is for v7.1.
    Let us know how it goes.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.