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 #2365330
Style <a> on penci text block
Closed

Comments

  •  1
    Bill started the conversation

    Hi, the global <a> color setting does not have any effect inside Penci Text Block in VC. How can I target the <a> within those to change the text color?

  •  501
    Penci replied

    Hi,

    Please go to Customizer > Addtional CSS then add custom css to do that

    .penci-text-block .penci-block_content a{
        color: #000;
    }

    Best Regards,

    PenciDesign


  •  1
    Bill replied

    This works, thanks!