Theater/Las Vegas caption display underlining

I use the Theater/Las Vegs slide show for my home page. I like to have the “Caption” turned on but do not like the underlining that comes with it when I turn on caption. Is there a way to remove the underlining?

Looks like that needs custom css

#vegas_caption p {
	border-bottom: none ;
}

Thanks Rod - For some reason your CSS script does not work on my site. I also tried a “.” instead of “#” at the start of the script.

Opp. I’ve got a second opening curly brace instead of a closing brace. I’ve fixed the code above.

If that doesn’t do it for you, then post a link to an album.

Argh…I should have caught it myself…however…it still doesn’t work. The vegas album runs on the home page.
Here is the link to the Home page:
Home page link

and here is a direct link to the album:
Las Vegas Album

Try clearing browser cache, I’m not seeing that border line (at least not on my iPad)

Yes, that did it. I am using the new MS chrome based Edge browser.
Thanks Rod for your help.