Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3171354
caption font needs to be blacker
Closed

Comments

  • Patrice started the conversation

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

    Attached files:  Screen Shot 2022-11-20 at 2.26.34 PM.png
      Screen Shot 2022-11-20 at 2.28.38 PM.png

  •  2,487
    PenciDesign replied

    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 replied

    THANK YOU!

    That fix worked!