Author Card customization help

Posted in: Newspaper
Post count: 436

By reading many threads on Author card this is what I know till now:

To hide comment counter :

.td-author-counters .td-author-comments-count {
display:none;
}

To change the color of Author box:

.author-box-wrap{
background-color:#00bce4;
}

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

Justify the Margins within this Card/Box if possible?

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

Change the Author Image thumbnail size:

.author-box-wrap .avatar{
width:initial!important;
}
.author-box-wrap .desc{
margin-left: 215px;
}

Here is my current Author Box:

Few things I still want to know/do:

1. How can I change the background of this author to one image. I want to use a blurred image as a background image for the Author box. What should be size of this background image then?

2.

Have a look at this image:

It is just for reference. But how can we change the color of the border of the box? Also is there any way to make social icons appear with different background.

3. How can I change the fonts of Author title and description?

4. I tried changing the color of “Post counter” and the color after hovering it but it didn’t work. Can you help me to get this done?

Thank you.

Post count: 23312

Hello nano2408,

Please notice that all of these requests involves knowing your website so I can inspect it closer and also, so I will be able to provide a more accurate response. Also, please notice that all of these involves custom modifications and we cannot provide custom work at the moment but I will try to guide you on the right direction through some CSS after providing your website.

Thanks for your understanding!

Post count: 436

Hi Catalin,

I am really sorry if my question frequencies are too much. I have just changed my website theme from My MyThemeShop SociallyViral theme to NewsPaper theme. My website is https://tomatoheart.com . I have done 100s of customizations with the help of MyThemeShop developers but since now I have to change the theme I have to do everything again. ๐Ÿ™

Please let me know how can I give you my website login credential so that you can internally look at it. I am still continuously learning and changing things and exploring all available threads here for help.

I don’t find any reason ask you basic questions like how to install theme or plugins so all I want is little customizations help. I am very well aware that you won’t entertain any huge customization requests and hence I am trying only to get small help from you for the minimum customizations that can be done in limited available time.

The rush of questions will be at pick for few days and then I won’t have much questions to ask for the rest periods of my support days.

Since I am not aware of CSS coding things. SO, I don’t know the difference between what is easy and difficult for customization. So, I am asking whatever I think I should change. Please be patient a little as I am very hopeful to make a high-quality website based on NewsPaper theme.

And yes, I am really loving this theme. Thank you for making it ๐Ÿ™‚

Post count: 23312

Hello nano,

For some of your customizations, please try to use the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.author-box-wrap{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
border-color:red;
}
.td-author-name, .td-author-description {
font-family:Verdana;
}
.author-box-wrap img {
border-radius:50px;
}

The result you should see here -> http://screencast.com/t/IQuw4EwKJ

For more control over Posts Elements, Author Section regarding on fonts, please check your Theme panel->Theme Fonts, like this -> http://screencast.com/t/ggyEAdDn8 Also, the theme does not have such an option that offers you a way to add the social icons on the author card but only if you will implement it yourself or you can use some plugins with this functionality.

Thanks.

Post count: 436

This is super nice ๐Ÿ™‚ Thank you.

Anyway to have the social icons to have it’s own color. Currently these are black and only when it hovers. It changed to it’s original brand color.

I want it to appear as its own brand color , not black.

Also I tried to change the author-name font-color but it didn’t work.

Anyways, even now it looks awesome. Thank you. ๐Ÿ™‚

Post count: 23312

Hello nano2408,

As you can see, this is just a default behaviour of the theme and any changes in this regard involves custom modification and we cannot provide this at the moment, sorry!

Thankas.

Post count: 436

Okay ๐Ÿ™

Thanks by the way.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.