Ocean WP – Custom style of widget title

You can use this css code to style widget title from default. You can modify this code, according to your requirement.


h4.widget-title {
border: none;
padding-left: 0;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
text-underline-offset: 5px;
}

Leave a Reply