-
jdroland
What is the best way to accomplish this colored line?
https://postimg.cc/0MJXcYJZ -
Hi there,
CSS is needed.
If you can link me to the example page in question then I can likely find the CSS for you.
Let me know 🙂
-
jdroland
Section: ProbateCash Inheritance Advances on the index page.
https://probatecas1stg.wpengine.com/ -
I don’t see it on the linked page.
Can you link me to the specific page you are referring to?
-
-
Hmm I’m not seeing the underline here: https://www.screencast.com/t/5VeJ5GGTR
-
jdroland
I do not have one because I am wanting to know how the best way to add the line.
-
Fernando
Hi there,
Add
cu-add-mini-underline
to the class list of the Headline Block. Adding Custom Classes: https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/Then, add this through Appearance > Customize > Additional CSS:
.cu-add-mini-underline { position:relative; } .cu-add-mini-underline::after { content:""; position: absolute; left: 50px; bottom: -10px; height:1px; width: 10%; background-color: var(--accent); }
-
jdroland
Thank you
-
Fernando
You’re welcome!
- You must be logged in to reply to this topic.