1. milian
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 02 May 2020
  5.  Subscribe via email
HI Ciaran,

I want to change the copyright color in the footer.
I set this css in the CUSTOM CSS field.

#copyright{
color: #FFFFFF;
}

But no change at all.
What is the right css syntax?
Than ks and regards,
Milian
Accepted Answer Pending Moderation
0
Votes
Undo
I changed the footer text color in the mySQL database. But that is not the way.
Do you have a css for that 'cause
#copyright{
color: #FFFFFF;
}
is not working.
Regards, Milian
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Milian

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

.copyright p {
color: #fff;
opacity: 1;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!