Reply To: change pages format

Home Forums Iconic One Pro Support change pages format Reply To: change pages format

#6094

Hi,

You already have that at this ..

This page .. is a custom built page, you can change its title color by using the followin CSS in Customizer -> additional CSS


.entry-content a {
    color: #0099ff;
}
.entry-content a:hover {
    color: #59d600;
}