By Mehmet Alp Sirin on Friday, 27 May 2016
Posted in Technical Issues
Likes 0
Views 780
Votes 0
Hello everyone,

1) How can I change the avatar size of bloggers avatar in vintage theme?
2) How can I change the color of the link on bloggers name?
3) How can I change the background color behind bloggersname transparent?

Screenshot: http://prntscr.com/b8sk2z

Thank you very much in advance,

Best regards,

Alp
Hi Alp

I am sorry for the inconvenience caused. Actually this fall under customization already. However you can try this code below and looks how it goes?

div#fd.eb .eb-avatar img {
width: 50px !important;
height: 50px !important;
}


div#fd .eb-post-author a:hover {
color: red !important;
}


div#fd .eb-horizonline-inner {
background-color: transparent !important;
}


Have a nice day ahead
·
Friday, 27 May 2016 11:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Works perfect,

thank you very much.

BR,

Alp
·
Friday, 27 May 2016 15:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 27 May 2016 16:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post