wp-block-gallery documentation
-
Hi, I hope I picked the right forum for this…
A very general question: I want to add custom css to my WP site to change the appearance of the standard .wp-block-gallery
Through searching various forums I already found out that I can change thumbnail caption parameters with
.wp-block-gallery .blocks-gallery-item figcaption {
position: relative;
bottom: auto;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 10px 0 20px 0;
color: #333;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 0%,transparent);
}But I never found comprehensive documentation on what styles (?) are available for .wp-block-gallery
(For example, I would like to change the background color on hover)So, can you help me to find more infos on that?
thanks, geb
- The topic ‘wp-block-gallery documentation’ is closed to new replies.