Author Card

Posted in: Newspaper
Post count: 271

We would like the Author Card/Box Border to be more visible (thicker line)and for the background to be slightly darker to make this all more visible. How can we accomplish this?

Post count: 260

For background in custom CSS you can use
.author-box-wrap{
background-color:#fbf17f;
}

Post count: 271

Thank you for your quick and complete response!

Post count: 271

We would also like to Justify the Margins within this Card/Box if possible?

Post count: 6535

HI

Thanks @Ing Geek for your help.

@dennisjpitocco
Are you referring at author description text? If so try this css: http://screencast.com/t/9nGKzZWAQeV

.td-author-description{
text-align: justify;
}

Thanks!

Post count: 271

Precisely – it worked just fine! thank you for your remarkable support and an outstanding theme!

Post count: 271

Hi Andre. One final adjustment to the Author Card. Using your screencast as an example, it is not clear to our Site visitors that the Author Name (in your example “ADMIN”) is hyperlinked. We would like to adjust the color of this Name to make it more visible as a hyperlink (e.g. blue). Can you help?

Post count: 22421

Hi,

You can change the color for the author name using this code:
.td-author-name a {
color: #4db2ec;
}

Thank you!

Post count: 271

Thank you again – awesome support!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.