Author box text hardly visible

Hi, I am using author boxes, but the text at the top is barely visible and I can’t seem to find a setting to adjust it. Could you point me in the right direction please?

Hello @Naishster,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS to change author box heading color:

.x-author-box .h-about-the-author {
    color: #000 !important;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Please note that providing support for custom codes (like CSS changes) falls outside the scope of support we can offer. In case of any issues with the layout because of custom codes we won’t be able to provide support.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.