DropCap alignment and hide verse number 1

Hi SAB Team,

I have to build an APP in that DropCap alignment not fix properly and I want to hide verse number 1.


Please help me in this regard, anyone.

Blessings,

C. Thiyagarajan

Adding the custom style using the adjacent sibling selector (+)

div.c-drop + span.v, div.c-drop + span.v + span.vsp {
    display: none;
}

works if you export to HTML:

image

image

but it does not work in app:

Hi greg,

Thanks for your response on this is matter. Finally, I am able to fix this.

but it does not work in app: