Change the font color in the About Me?

Hello - I added a blue box around the right sidebar and it also changed the text color of the About Me and Call to Action sections to blue font. How can I change the font in those sections back to black? Thanks.

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url to the page and i will take a look

Hi - Thanks for your response. Here’s a link: https://andionadventure.com/

Hello there,

I hope you are doing well today.

You can use the following CSS code to change that font color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Change sidebar font color*/
div#secondary {
    color: black;
}

Best Regards,
Support

Thanks for your reply. I added the code you suggested and it DID change the font to black, but it also changed the border to black. I want the border to be blue. Any suggestions?

Disregard - I figured it out. Thanks.

Hello there,

Nice work solving this issue.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support