Home › Forums › Iconic One Pro Support › Design changes for post author comment background .. › Reply To: Design changes
January 17, 2017 at 8:07 am #4721
Themonic-Support
Keymaster
Please try the following custom css, replace hex color code with your choice if needed.
1)
.bypostauthor {
background: #f7a3a3;
}
2)
li.bypostauthor cite span {
background-color: #f43f3f;
}
3)
.js .selectnav {
background: #f43f3f;
}