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 #3508232
Link colors
Closed

Comments

  • Marina747 started the conversation

    Hi, I have 2 questions:

    1. I tried to change link colors with your instructions:

    ˝Please go to Appearance → Customize → Single Posts → Colors → Color for Links: change the color at this option.˝

    ... but the colors didnt change even after I cleared cache and all. 

    6945389657.png

    2. Also, how can I make links with line under the text?

    Thank you!

  •  2,277
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .post-entry a, .container-single .post-entry a {
      color: #e80077 !important;
      text-decoration: underline;
    }

    Regards,
    PenciDesign.



  • Marina747 replied

    thank you. Can you tell my why it wouldnt change the color without the code. should I worry about it?


  •  2,277
    PenciDesign replied

    Hi,

    All the custom code in the customizer settings panel was overwritten by the third-party plugin you've installed. To resolve this, you need to force the use of custom code.

    Regards,
    PenciDesign.