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 #1726189
Hyperlinks in Post
Closed

Comments

  •   mattbloom10 started the conversation
  •  2,699
    PenciDesign replied

    Hi,

    Please change it via Customize > Colors for Single > Colors for Links


    Best Regards,

    PenciDesign

  • mattbloom10 replied

    Just tried that and nothing changed 

  • mattbloom10 replied

    Would it matter if I change it in child or parent? 

  •  2,699
    PenciDesign replied

    Hi,

    Please send me your admin url and admin account ( username and password ) - in a private reply. I will take it a look.


    Best Regards,

    PenciDesign

  •   mattbloom10 replied privately
  •   mattbloom10 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I just checked your site. Seem you have a plugin change the markup for all single posts page, that make the option can't work. With this case, please add more this code to Customize > Custom CSS to change it:

    #dslc-theme-content a{ color: #2196f3; }

    Best Regards,

    PenciDesign

  • mattbloom10 replied

    Custom CSS worked, but I would like it to have a line under it to indicate the hyperlink. 

  •  2,699
    PenciDesign replied

    Hi,

    You can replace the code I sent to this code to create line under links:

    #dslc-theme-content a{ color: #2196f3; text-decoration: underline; }
    

    Best Regards,

    PenciDesign

  • mattbloom10 replied

    Cool, appreciate that extra code. Last thing; is there a setting to change the color when the hyperlink is hovered over. Like to the dark blue? 

  •  2,699
    PenciDesign replied

    Hi,

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

    #dslc-theme-content a:hover{ color: #0309ff; }

    Change color code #0309ff to any color code you want. You can get a color code here


    Best Regards,

    PenciDesign

  • mattbloom10 replied

    beautiful! you are awesome, thanks!