Home › Forums › CSS › How to set the hover result as the prime result › Reply To: How to set the hover result as the prime result
February 4, 2019 at 8:59 am
#282237
Participant
There is no other css code found that handles the .hero-box-caption
I did add this code to the Page custom CSS, and the font sizes of the caption increases. So it seems the right class. Howw ever it does nothing to the visibility of the caption before the hover.
.hero-box-caption
{ Font-size: 100px;
opacity:1; }