Home › Forums › Iconic One Pro Support › Change Author box font color
- This topic has 6 replies, 2 voices, and was last updated 8 years ago by wlarrylozada.
Viewing 7 posts - 1 through 7 (of 7 total)
- AuthorPosts
- December 3, 2016 at 6:14 am #4660wlarrylozadaParticipant
Hi,
I was able to activate the author box. I have also included a link inside. Can you please help me to change the font color of the text to black and the links to blue and link hover to purple? I want to know the custom.css code for the author box.
Thanks a lot.
December 3, 2016 at 6:36 am #4662Themonic-SupportKeymasterTry the following:
.author-description p { color: #333333; } .author-description a { color: #0099ff; } .author-description a:hover { color: #993366; }
December 3, 2016 at 6:44 am #4664wlarrylozadaParticipantThank you. I will try the code.
December 3, 2016 at 6:47 am #4665wlarrylozadaParticipantI cleared the cache and now the code is working. Thank you so much.
December 3, 2016 at 7:35 am #4666wlarrylozadaParticipantHi,
How about changing the Author title to black,bold, and increase font size.
If you open any of my post here: http://purplehedge.com
The author box below with: Author: Larry Lozada
is grey. I want to modify that with the above.Thank you again.
December 3, 2016 at 8:03 am #4667Themonic-SupportKeymasterTry
.author-description { color: #333333; font-size: 24px; font-weight: bold; } .author-description p { font-weight: normal; }
December 3, 2016 at 8:11 am #4668wlarrylozadaParticipantThank you for the great support.
- AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.