我目前正在为我的项目制作一个简单而基本的网站。我正在使用免费的网站模板,其中有图片库,单击这些图片时会以较大的尺寸显示,并在下面显示标题。如何更改它,以便代替简短标题显示说明?
CSS
.poptrox-popup .caption {
position: absolute;
bottom: 0;
left: 0;
background: #ffffff;
width: 100%;
height: 5em;
line-height: 5em;
text-align: center;
cursor: default;
z-index: 1;
font-size: 0.7em;
}