-
Pedro Reyes
Hello,
Is it possible to create a custom highlight (with gradient) for a GenerateBlocks headline element?
Something like this is what I’m looking to do: https://take.ms/7YKex
-
You can select the word in your sentence, and click the highlight with the highlighter icon (not the water drop icon), then add this CSS:
mark.gb-highlight { background: linear-gradient(120deg, #caeaff 0, #f9dcff 100%); background-repeat: no-repeat; background-size: 100% 40%; background-position: 0 100%; }
Additionally you can set different text color in the colors panel > highlight, otherwise, leave the field blank.
-
Pedro Reyes
Hello Ying,
That worked very well. Thank you very much!
-
You are welcome 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.