mattshafiq Posted September 8, 2022 Posted September 8, 2022 An example on what I am trying to achieve
tuanphan Posted September 9, 2022 Posted September 9, 2022 Can you share link to page in screenshot & link to page where you want to apply this? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Cyperpunk-girl-333 Posted October 13, 2022 Posted October 13, 2022 Tuanphan could you help me add it to mine https://www.spacept.com.au/store
tuanphan Posted October 16, 2022 Posted October 16, 2022 On 10/13/2022 at 11:00 AM, christina_marie_333 said: Tuanphan could you help me add it to mine https://www.spacept.com.au/store Something like this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Cyperpunk-girl-333 Posted October 16, 2022 Posted October 16, 2022 Yeah something Like that but maybe a different colour but it looks perfect is it possible to control the font style and colour of the ribbon
Cyperpunk-girl-333 Posted October 16, 2022 Posted October 16, 2022 3 hours ago, tuanphan said: Something like this? @tuanphan how do i apply this code?
Cyperpunk-girl-333 Posted October 17, 2022 Posted October 17, 2022 how would i add this @tuanphan 🙂 it looks fantasic
tuanphan Posted October 19, 2022 Posted October 19, 2022 On 10/17/2022 at 2:07 PM, Cyperpunk-girl-333 said: how would i add this @tuanphan 🙂 it looks fantasic Add to Design > Custom CSS div.grid-item:before { content: "Test test"; position: absolute; background-color: green; top: 0; right: -10px; padding: 5px 10px; z-index: 99999; transform: rotate(45deg); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Cyperpunk-girl-333 Posted October 19, 2022 Posted October 19, 2022 It looks great! Is it possible to make the ribbon a little longer on either side and control the style of the font? would i just need to add Font style: Audiowide? https://www.spacept.com.au/store
tuanphan Posted October 23, 2022 Posted October 23, 2022 On 10/19/2022 at 5:19 PM, Cyperpunk-girl-333 said: It looks great! Is it possible to make the ribbon a little longer on either side and control the style of the font? would i just need to add Font style: Audiowide? https://www.spacept.com.au/store Just add some attributes to the code div.grid-item:before { content: " BUY NOW "; position: absolute; background-color: #ef06c3; top: 0; right: -15px; padding: 10px 40px; z-index: 99999; transform: rotate(48deg); font-size: 12px; font-family: 'Audiowide'; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment