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!
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!
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!
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!
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!