Author Box Social Icon Color

Posted in: Newspaper
Post count: 13

Hello,

I need help with changing the color of the social icons in the author box (which currently is black), and the hover color as well if possible.

Thanks!

Post count: 35449

Hi,

These can be change with custom css, please provide me a link so I can provide a css that will help you to achieve what you need.

Thank you!

Post count: 13

Hi Calin,

Here is one of the authors’ page: https://miso-press.jp/author/japan-miso-press/
I want the icon color to be “#5e352b”, and the hover color “#eb5a09”.

Also, if you could help me change the hover color of the page numbers and the arrow, (which is a dark grey color at the moment) to “#5e352b” that would be amazing.
https://prnt.sc/q3w232

Thanks!

Post count: 35449

Hi,

The code for changing the social from author box is this -> http://prntscr.com/q4w9yh
.td-author-social .td-social-icon-wrap .td-icon-font{
color: #5e352b;
}
.td-author-social .td-social-icon-wrap .td-icon-font:hover{
color: #eb5a09;
}

For the pagination hover color you can try this css -> http://prntscr.com/q4wb24
.page-nav a:hover {
background-color: #5e352b;
border-color: #5e352b;
}

All the css need to be set in theme panel> Custom code> Custom css.

Thank you!

Post count: 13

It all worked! Thanks so much, Calin!

Post count: 13

Hi Calin,

Sorry, but I need your help again!
Is there an option to set the background color of the pulldown category filter in the theme panel or do you need a CSS code for that? https://prnt.sc/q64ev6
If so, could you give me the code, please?
I want the color to be #5e352b

Thanks so much!

Post count: 35449

Hi,

Please try this custom css for this -> http://prntscr.com/q6kpmd
.td-category-header .td-pulldown-filter-display-option, .td-category-header .td-pulldown-filter-list {
background-color: #5e352b;
}

All the css need to be set in Theme panel> Custom code> Custom css.

Thank you!

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