Nice tutorial Nelson ❤️💯! Can we add this snippet on any other modules other than blurb? Also can we change the position for it from right side to left side?
Hi John, for that you won't be able to do it within the modules settings, but you will need to do it by targeting the individual posts, something like this .et_pb_post:before { content: 'Ready'; position: absolute; display: block; right: -60px; top: 30px; width: 200px; padding: 2px 10px; background-color: #2cba6c; color: #fff; font-size: inherit; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; text-align: center; transform: rotate(45deg); z-index: 999; }
@@PeeAyeCreative Always searching. You have some great tips and ideas. Weirdly I was looking at the sticky options you have done, then the very next day they release the new sticky update.
Another excellent snippet, thanks Nelson...
You're welcome Barrie, glad you like it!
you d'a man. Thanks for this
You bet!
Excellent tutorial! Thanks!
Thanks Ben, glad you like it!
Awesome video bud!
Thank you sir!
thank you, it s great
You're welcome, glad you like it!
Nice tutorial Nelson ❤️💯!
Can we add this snippet on any other modules other than blurb? Also can we change the position for it from right side to left side?
Hey Mayuresh, I talk about both of those things in the video. 🙂
How to do it in blog module grid layout for each feature image? Thank you!
Hi John, for that you won't be able to do it within the modules settings, but you will need to do it by targeting the individual posts, something like this .et_pb_post:before {
content: 'Ready';
position: absolute;
display: block;
right: -60px;
top: 30px;
width: 200px;
padding: 2px 10px;
background-color: #2cba6c;
color: #fff;
font-size: inherit;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
transform: rotate(45deg);
z-index: 999;
}
@@PeeAyeCreative Thanks! I will try it
is it possible insert an icon from fontawesome in the ribbon? if yes, how?
Hmm, well this code is already in a pseudo class "after" so you could not use that. You would have to get creative. Right now my head is tired :)
Great little video I don't know when I will use, but I know where to come back to if I do need. Thank you.
Thanks James! Yup, always search our blog when you need something!
@@PeeAyeCreative Always searching. You have some great tips and ideas. Weirdly I was looking at the sticky options you have done, then the very next day they release the new sticky update.