1. omik
  2. Commercial Templates
  3. Saturday, 25 March 2023
  4.  Subscribe via email
Hello Ciaran

I have 2 questions about copyright parameters on Chloe template

1- Is there a way to change the copyright text from Upercase to lowercase or/and Title case?

2- Is it possible to add a second and a third line to the copyright text, so it will look like this for example:

Copyright © 2023 mysite.com All Rights Reserved
All photos on this website are copyrighted material.
No photos may be used for any purpose

Thank you in advance.
Omik
Accepted Answer Pending Moderation
0
Votes
Undo
Hey Omik,

Regarding your first question. Try adding the following to the Custom CSS field of your templates parameters.
.copyright {
text-transform: lowercase;
}


Regarding your second question. The copyright field accept HTML so you can use <br>.
Copyright © 2023 mysite.com. All Rights Reserved. <br> All photos on this website are copyrighted material. <br> No photos may be used for any purpose.


Just check my screenshots.

Kindly,
Chris
Attachments (2)
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran

Thank you for your answer but unfortunately the code you provided didn't help. The copyright text is still in UPERCASSE.

As you instructed, I have added below code to the Custom CSS field, but it didn't work.

.copyright {
text-transform: lowercase;
}

Regards,
Omik
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Omik

Would you have a URL to an example of your copyright text?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Omik

you might try


.copyright p {
text-transform: none;
}


Regards
Rolf
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rolf

Thank you so much for your kind answer, it worked.:)

All the best,
Omik
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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