Jump to content

noahvdg

Circle Member
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    noahvdg got a reaction from ec25 in CSS for revealing text on hover not working   
    Yes I did by complete luck! had to put the usual code twice for each box - one with "min-width" and then one with "max width" - any idea why this worked?
    //Reveal Text - Embark//
    @media only screen and (min-width: 640px){ 
    #block-yui_3_17_2_1_1675062158984_28173 { 
    opacity: 0 !important; 
    transition: opacity 1s !important 

    #block-yui_3_17_2_1_1675062158984_28173:hover { 
    opacity: 0.8 !important; 
    transition: opacity 1s !important 

    }
    @media only screen and (max-width: 640px){ 
    #block-yui_3_17_2_1_1675062158984_28173 { 
    opacity: 0 !important; 
    transition: opacity 1s !important 

    #block-yui_3_17_2_1_1675062158984_28173:hover { 
    opacity: 0.8 !important; 
    transition: opacity 1s !important 

    }
  2. Like
  3. Like
    noahvdg got a reaction from tuanphan in CSS for revealing text on hover not working   
    Yes I did by complete luck! had to put the usual code twice for each box - one with "min-width" and then one with "max width" - any idea why this worked?
    //Reveal Text - Embark//
    @media only screen and (min-width: 640px){ 
    #block-yui_3_17_2_1_1675062158984_28173 { 
    opacity: 0 !important; 
    transition: opacity 1s !important 

    #block-yui_3_17_2_1_1675062158984_28173:hover { 
    opacity: 0.8 !important; 
    transition: opacity 1s !important 

    }
    @media only screen and (max-width: 640px){ 
    #block-yui_3_17_2_1_1675062158984_28173 { 
    opacity: 0 !important; 
    transition: opacity 1s !important 

    #block-yui_3_17_2_1_1675062158984_28173:hover { 
    opacity: 0.8 !important; 
    transition: opacity 1s !important 

    }
  4. Like
    noahvdg got a reaction from Ziggy in Hamburger menu icon customisation   
    Ahh Ziggy you're a genius - thank you very much! Worked perfectly
  5. Like
    noahvdg got a reaction from tuanphan in CSS for revealing text on hover not working   
    I have found that it works when I have no background colour on the text box, but doesn't when I have the colour
×
×
  • 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.