Skip to content
Public Ticket #22968

caption font needs to be blacker

Conversation thread

Patrice Greanville replied

Customer Reply

THANK YOU!

That fix worked!

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.wp-caption p.wp-caption-text, .penci-featured-caption {
    color: #000 !important;
}

Regards,
PenciDesign.



Patrice Greanville started the conversation

Conversation Start

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;
}

Want to join this conversation or access attachments? Sign in first.