Shadow on text in paralax home

Hello,

I am trying to put a shadow at one specific text in paralax.
When I make class in my custom CSS and then put it here

In my
C:\xampp\htdocs\xidonie_new\wp-content\plugins\shapely-companion\inc\widgets\class-shapely-home-parallax.php

Then the shadow is applied on all rows, not at the exact one I wish to have it.

When I put it into the HTML as Style in Theme Editor, it autodeletes itself right after I try to safe it.

Is there some way around?

Hi there

No need such heavy changes, file changes are not necessary in this case, just tell me where exactly you want to apply shadow, link to the page and reference text,

I am trying to shadow thsi text, in the “MEzotherapy” section with large picture of woman in the background.

“Mezoterapie je metoda, při které se do pokožky a částečně do její střední vrstvy kůže (škáry), vpravují látky, které zlepšují estetický vzhled pokožky a mohou působit rovněž jako výživa. Jedná se především o kyselinu hyaluronovou a v případě léčby pomerančové kůže (celulitidy) o látky podporujících spalování tuků v tukových buňkách.”

HI

I need link to the page where you have mentioned text

http://test.xidonie.cz/

Main page

Sorry but i can’t find this text: MEzotherapy on the main page

Its mezoterapie, and the white text under it

Hello there,

I hope you are doing well today.

You can use the following CSS code to add the text shadow by going to Appearance > Customize > Additional CSS and pasting it there.


.top-parallax-section {
    text-shadow: 2px 2px black;
}

Best Regards,
Support