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 #2221299
CSS
Closed

Comments

  • MARTASE started the conversation

    Hello,

    I´ve a problem with the text "You must be logged in to post a comment", my problem is that  "LOGGED IN" who sholud have different color to highlight that is a link, It looks totally normal and does not differ from the rest of the sentence text, is a big problem for me because the web demands registration and users does not find registraton link

    Could be posible modify link with Custom CSS, attach image (the linked word is "conectado").

    Thanks!!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to change the text color for that link:

    .must-log-in a{ color: #001fff; }

    Change color code 001fff on the above code to color code as you want.


    Best Regards,

    PenciDesign

  • MARTASE replied

    It works perfectly! Thanks!