Date contact form automatic - The best X5 website demo by AF Software

WSX5 Demo
April 2024
       (c)

(Not responsive) - Created with Pro v2023.3.11
Drop me an email
WSX5 Pro- Help by Users
Aller au contenu



Retourner au contenu
/* To do text blinking some where into website */ /* use Your Text */ .blinkingred{ animation:blinkingTextRed 1.4s infinite; } @keyframes blinkingTextRed{ 0%{ color: #cc0000; } 49%{ color: transparent; } 50%{ color: transparent; } 99%{ color:transparent; } 100%{ color: #cc0000; } } .blinkingred2{ animation:blinkingTextRed2 0.5s infinite; } @keyframes blinkingTextRed2{ 0%{ color: #cc0000; } 49%{ color: transparent; } 50%{ color: transparent; } 99%{ color:transparent; } 100%{ color: #cc0000; } } .blinkingblue{ animation:blinkingTextblue 1.2s infinite; } @keyframes blinkingTextblue{ 0%{ color: #2700C6; } 49%{ color: transparent; } 50%{ color: transparent; } 99%{ color:transparent; } 100%{ color: #2700C6; } } .blinkingblue2{ animation:blinkingTextblue2 0.8s infinite; } @keyframes blinkingTextblue2{ 0%{ color: #2700C6; } 49%{ color: transparent; } 50%{ color: transparent; } 99%{ color:transparent; } 100%{ color: #2700C6; } } /* To display in red custom payment text */ .fixered { color: #cc0000; } /* To center payment icon in front of radio button if many lines of description */ .ship-pay-image-cont { align-self:center; } /* To hide a product price and tva text */ /* #imProductList_4_01_gs0hhgpa > div.imProductListPrice { display: none; } */ /* To hide a product quantity */ /* #product_1gs0hhgpa_qty { display: none; } */ /* To hide add button */ /* #imProductList_4_01_gs0hhgpa > div.imProductListButton { display: none; } */ /* to display a personal text before search field into search page .search-container.sidebar-m-b::before { content: "Type here any text to find it ..."; } */