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 #3956923
typography
Open

Comments

  • theweeklychew started the conversation

    Hi.  I'd like to make the breadcrumbs text all caps.  I don't see that that is an option.  Could you please share the css code to do that?

    Also, the captions below my images are center aligned.  I'd like to be able to align them either left or right and for the caption to run the length of the image rather than wrap under the image a short width under the image.


    Thanks in advance for you help.

  •  2,803
    PenciDesign replied

    Hi,

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

    .penci-breadcrumb {
      text-transform: uppercase;
    }

    Regards,
    PenciDesign.

  • theweeklychew replied

    Thanks.

    Also, the captions below my images are center aligned.  I'd like to be able to align them either left or right and for the caption to run the length of the image rather than wrap under the image a short width under the image.

  •  2,803
    PenciDesign replied

    Hi,

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

    .wp-caption p.wp-caption-text {
      text-align: left;
    }

    Regards,
    PenciDesign.