Please see this page https://www.ackcsc.org/2020national/index.php
Could you explain to me how to change the color of the logo text (American Cavalier....) - I went into the design area of the template and assigned the color red, but it didn't change the color of the print. I also changed it on the module text itself. Still didn't change. It does display red when looking at it on a mobile phone. And no, I did not change the assigned text color on the mobile logo instead of the desktop logo. Help?
Logo color
Hi eileens
You can add to your custom.css file this css to override default color
#logo h1 span, #logo h2 span, #logo h3 span, #logo h4 span, #mobile-logo h1 span, #mobile-logo h2 span, #mobile-logo h3 span, #mobile-logo h4 span {
color:#yourcolor!important;
}
Hope it helps
Regards
Then why put the color attributes in the design section of the template preferences? It looks like you have the ability to change them, when in fact you do not.
Hi
I just checked and the problem is with the code you
<h1><span style="font-family: georgia, palatino, serif; color: #ff0000;"><span style="font-family: arial, helvetica, sans-serif;">American Cavalier King Charles Spaniel Club<br /></span></span></h1>
<h1><span style="font-family: georgia, palatino, serif; color: #ff0000;"><span style="font-family: arial, helvetica, sans-serif;">National Specialty 2020</span></span></h1>
<h1><span style="font-family: georgia, palatino, serif;"> </span></h1>
I've cleaned up the code and selected georgia as the font - I'm not a 100% sure which font you want to use
It is now red
Cheers
Paul
Paul, what can I say? You are awesome. Thanks so much.
you're welcome
Cheers
Paul