Texto com background destacado com borda

Text with highlighted background and border

CSS

				
					.text-bg-highlighted-border {
   background-image: linear-gradient(0deg, #4FC3F7 50%, transparent);
   background: -webkit-linear-gradient(0deg, #4FC3F7 50%, transparent);
    border-left: 4px solid #0277BD;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
				
			

If it's to be used only once, add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the widget where the CSS Class was applied.

If it's to be used across multiple widgets on a single page, open "Page Settings" (gear icon) and add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the "Page Settings."

If it's to be used across multiple widgets on multiple pages, open "Site Settings" (sliders icon) and add the CSS code in the "Custom CSS" field located under "Custom CSS" in the "Site Settings."

HTML

				
					Text with <span class="text-bg-highlighted-border">highlighted background and border</span>
				
			

Add the text with "" HTML in the "Title" field located in the "Content" tab of the Title widget