Home Forums Jevelin Theme A way to fill in the "background" of the section text? Reply To: A way to fill in the "background" of the section text?

Home Forums Jevelin Theme A way to fill in the "background" of the section text? Reply To: A way to fill in the "background" of the section text?

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

#text-with-frame-c016cf484286e57afeedf5d9c040ada1 .sh-text-with-frame-container {
    background-color: rgba(255,255,255,0.5);
}