Home › Forums › Iconic One Pro Support › Design Adjustments › Reply To: Design Adjustments
January 27, 2017 at 6:58 am #4738
Themonic-Support
Keymaster
1)
.entry-content p {
margin: 0 0 20px;
}
2,3) Only background and text color can be changed of mobile menu. Arrow color is linked to text color.
For text color of mobile menu
.js .selectnav {
color: #000000;
}
4)
.categories {
display: none;
}
5)
.comments-title {
font-size: 20px;
}
6)
.entry-content ul {
font-size: 20px;
}
7)
.entry-content blockquote {
background: #F49C9C;
}
8) You can target h1 heading as below, check out CSS guide for text bg color
.entry-content h1 {
font-size: 21px;
}
9)
.below-title-meta a {
color: #F49C9C;
}