I have tried hard to make the image captions fonts BOLDER or BLACKER, to no avail.
Currently I am trying ROBOTO in bold format, but as you can see from the attached images, it does not work. It delivers not black, but grey. The current code is as follows:
I have tried hard to make the image captions fonts BOLDER or BLACKER, to no avail.
Currently I am trying ROBOTO in bold format, but as you can see from the attached images, it does not work. It delivers not black, but grey. The current code is as follows:
.wp-caption p.wp-caption-text, .penci-featured-caption {
font-size: 12px;
font-style: normal;
font-weight: 700;
font-family: Roboto-Bold !important;
}
.container-single .single-post-title {
line-height: 35px;
}
figcaption,
.wp-caption-text,
.wp-caption p.wp-caption-text {
text-align: left !important;
}
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
THANK YOU!
That fix worked!