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 #2175867
Font Author Box below post
Closed

Comments

  •  1
    Adrianne started the conversation

    Hello and thanks, 

    I am looking to change the colour of the font in my lower author box to white. 

    Would I have to do this with customer css? Would it be something like this? (I'm just guessing) 


    .post-author{font: #ffffff; }

    Or would there be something in the settings for that field? 

    Appreciate your input. 

    Adrianne 



  •  2,699
    PenciDesign replied

    Hi,

    Please try with this custom css:

    .post-author .author-content * { color: #fff; }
    .post-author .author-content p a { color: #32cc32; }
    

    Best Regards,

    PenciDesign

  •  1
    Adrianne replied

    Thank-you! 

    That worked perfectly, then I changed part of it so the link could be in black font:

    .post-author .author-content * { color: #fff; }
    .post-author .author-content p a { color: #000000; }

    Again thank-you as always for your advice! 

    Adrianne