Jump to content

kkf_magi

Member
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    kkf_magi got a reaction from Beyondspace in How To Upload Google Ownership Verification to Squarespace   
    @Lesum Thank you so much for the reply, Sam! This is the html page that Google provided. I have to copy and paste just the line, right?
    google-site-verification: googlec81a434661c8f205.html

  2. Like
    kkf_magi got a reaction from Beyondspace in How To Upload Google Ownership Verification to Squarespace   
    @Lesum Here is the error:
     
     

  3. Like
    kkf_magi got a reaction from Beyondspace in How To Upload Google Ownership Verification to Squarespace   
    Thank you so much, @Lesum 🙏 It works!
  4. Thanks
    kkf_magi reacted to Lesum in How To Upload Google Ownership Verification to Squarespace   
    @kkf_magi I don't think we can directly upload the html file. You can however generate a meta tag from Google Search Console. To find the meta tag, you can go to the Other verification methods section in the Google Search Console interface. It should look something like this:
    <meta name="Google-site-verification" content="" />
    Copy that code and add it under Squarespace Code Injection > Header. Then click verify on Google Search Console.
  5. Like
    kkf_magi got a reaction from JayVanDyke in Mobile View of one page is different in Apple and Android Phones   
    @JayVanDyke Thank you so much, I really appreciate it!
  6. Like
    kkf_magi reacted to JayVanDyke in Mobile View of one page is different in Apple and Android Phones   
    @kkf_magi no it shouldn't matter. If they are completely behind the text then you can have things overlap however you need to! If its that they need to be stacked you'll want to do the same thing with the image blocks to avoid overlaps.
  7. Like
    kkf_magi reacted to JayVanDyke in Mobile View of one page is different in Apple and Android Phones   
    @kkf_magi Try this, when editing switch to your mobile view and make sure your containers are not overlapping each other. First screenshot is with the container over the other box and the next shows where the boxes should be ending. If you make the box bigger than the content then it will allow the text to wrap into that empty space. If you end the box before the next text box it will just bump it down on the page. Sometimes you still need to overlap to achieve a specific design but typically unless you're really careful and know how to make it work it makes sense to have them not be on top of each other.

     
  8. Like
    kkf_magi got a reaction from Ziggy in Social Link Custom Icon doesn't match the other social links icon   
    @Ziggy Thank you so much for your help, Ziggy!
     
  9. Thanks
    kkf_magi reacted to Ziggy in Social Link Custom Icon doesn't match the other social links icon   
    Add this to your previous code:
    .header-actions-action--social .icon--fill[href="http://imdb.me/margarita.varbanova"], .header-menu-actions-action .icon[href="http://imdb.me/margarita.varbanova"] { svg { visibility:hidden; } background-image: url('https://static1.squarespace.com/static/6646f8c9636d2a1604eebf48/t/6666c0705f393a5f7ecef737/1718009968980/IMDB+Raspberry.png') !important; background-size: 60% !important; background-repeat: no-repeat !important; background-position: center center !important; } You may want to use this revision of your code to improve the targeting:
    .sqs-svg-icon--list a[href="http://imdb.me/margarita.varbanova"] { svg { display:none; } background-image: url('https://static1.squarespace.com/static/6646f8c9636d2a1604eebf48/t/6666c0705f393a5f7ecef737/1718009968980/IMDB+Raspberry.png'); background-size: 100%; background-repeat: no-repeat; }  
  10. Like
    kkf_magi got a reaction from Ziggy in Social Link Custom Icon doesn't match the other social links icon   
    Certainly I have applied it wrong since I don't understand anything about coding. I added it to CSS and then pasted the other information for the image (like in the footer)
  11. Thanks
    kkf_magi reacted to Lesum in Hover effects for navigation don't work on a Single Page   
    @kkf_magi Here's the code for social icon hover color change on About page:
    #collection-665990f3dafef7079b061afa .header .icon:hover svg { fill: black !important; }  
  12. Like
    kkf_magi got a reaction from Lesum in Hover effects for navigation don't work on a Single Page   
    @Lesum   Probably I have inserted something wrong the previous time because now it's perfect. Many many thanks! 🙂
  13. Like
    kkf_magi reacted to Lesum in Hover effects for navigation don't work on a Single Page   
    The code for the frame shouldn't affect the previous code. Can you try adding the code for frame after all the you've added so far?
  14. Like
    kkf_magi reacted to Lesum in Hover effects for navigation don't work on a Single Page   
    @kkf_magi Hi! Try this code to add a frame/border around folder dropdown menu
    #header .header-nav .header-nav-item--folder .header-nav-folder-content { border: 1px solid #DE3163 !important; }  
  15. Thanks
    kkf_magi reacted to Lesum in Hover effects for navigation don't work on a Single Page   
    @kkf_magi Hi! Add this code snippet to fix the issues you mentioned:
    #header a:hover { color: red !important; } #header #site-title:hover { color: #DE3163 !important; font-weight: bold !important; transition: 1s all; } #header .header-menu-nav-item *:hover { color: red !important; }  
  16. Thanks
    kkf_magi reacted to Lesum in How can I change the Submit form button color?   
    @kkf_magi Hi! Try adding this code snippet under Website > Pages > Website Tools > Custom CSS.
    button[type="submit"] { background-color: #A1D9DD !important; } button[type="submit"]:hover { background-color: #EDD17D !important; }  
  17. Thanks
    kkf_magi got a reaction from Lesum in How can I change the Submit form button color?   
    @Lesum  Thank you SO much, Lesum! It works perfect! You saved the day 🙂
×
×
  • 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.