CODE IN DESCRIPTION: Here’s how you can simply highlight text in two simple ways using CSS.
Shoot us a DM ‘Beast’ if you’d like to stop taking cheap courses and learning the basics of funnels and learn the real stuff that will not only get you to learn how to make the best funnels but also how you can land real high ticket clients in the funnel industry. This private coaching is not cheap. Only text if you’re serious about your funnel agency!!
Here’s what’s inside:
0:00 – Introduction to a New Series
0:55 – How to change the text color while keeping all the text Bold or vice versa using CSS in Clickfunnels
2:30 – How to highlight a text by changing the background color of the text using CSS in Clickfunnels
Copy and paste the code below:
Color Highlight Text:
‘CSS ID Selector’ strike {
color: #008ee8 !important;text-decoration: none !important;}
Text Highlight Background:
‘CSS ID Selector’ strike {
background-color: #ffe09a;
text-decoration: none;
}
In case you get any difficulty in any part with groovefunnels, hit me up on Facebook: https://www.facebook.com/mkhanmuzahid
Want me to make a personalized funnel for you? Let’s reserve a time for that – https://www.cresigners.com/10x-with-muz
Subscribe to my channel to never miss out on free funnel templates, sales funnel strategies and so much more – https://www.youtube.com/digimuz01
#funneldesign #clickfunnels #cssforfunnelsHere’s how you can simply add shadows to all your buttons, images, texts, etc using CSS.
Shoot us a DM ‘Beast’ if you’d like to stop taking cheap courses and learning the basics of funnels and learn the real stuff that will not only get you to learn how to make the best funnels but also how you can land real high ticket clients in the funnel industry. This private coaching is not cheap. Only text if you’re serious about your funnel agency!!
Here’s what’s inside:
0:00 – Introduction
0:31 – How to add box shadow in Clickfunnels 2.0 – extract the CSS Code
1:35 – Add the CSS code to your element inside Clickfunnels to add the shadow.
2:26 – Conclusion
Copy and paste the code below:
‘CSS ID Selector’ {
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
In case you get any difficulty in any part with groovefunnels, hit me up on Facebook: https://www.facebook.com/mkhanmuzahid
Want me to make a personalized funnel for you? Let’s reserve a time for that – https://www.cresigners.com/10x-with-muz
Subscribe to my channel to never miss out on free funnel templates, sales funnel strategies and so much more – https://www.youtube.com/digimuz01
#funneldesign #clickfunnels #cssforfunnels