Make your titles look fancy by underlining them.

To do this, insert the following code into your blurb text settings under Advanced > Custom CSS > Before.

content:"";
background:#000; /* Change color value here */
height:3px;
width:50px;
position:absolute;
left:0; /* replace the value 0 with calc(50% - 25px) 
if you want to center the underline */
bottom:0;

Also, enter the following code under Advanced > Custom CSS > Main Element:

position:relative;

 

Share this post, if you got any value from it!