Thread Starter
rinnah
(@rinnah)
Thank you very much. However, I think the caption needs to be in a semi-transparent, full width black box otherwise (depending on the colour of the image) the font might blend in and become invisible. I’m not a coder at all but would something like this work:
figure.wp-caption.featured: border
background-color: rgb( xxx );
Any advice is appreciated!
Semi-related: if anyone is looking to change the size of the globe, insert the following code in Appearance > Customize > Additional CSS:
.gglobe {height: 25px !important;width: 25px !important;}
You can then change the size of the pixels to make the globe smaller or bigger.