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 #2416493
Text color change
Closed

Comments

  • nirolf started the conversation

    Hi,

    It seems I can't find a breadcrumbs text color control in the Customizer.

    Can you provide CSS code for the breadcrumb text color ?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .penci-container-inside.penci-breadcrumb span, 
    .penci-container-inside.penci-breadcrumb span a, 
    .container.penci-breadcrumb span, 
    .container.penci-breadcrumb span a{ color: #ff0000; }
    .penci-container-inside.penci-breadcrumb span a,
    .container.penci-breadcrumb span a{ color: #ffff00; }
    

    Change color codes above:  ff0000 and ffff00 to any color code as you want. You can get a color code here

    Best Regards,

    PenciDesign

  • nirolf replied

    Thank you