1. Blierherne
  2. Commercial Templates
  3. Wednesday, 23 November 2022
  4.  Subscribe via email
Is there a way to change de typography styling of the copyrightmenu. I like to have a bigger font and an other color.
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

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

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 {
font-size: 16px;
color: #aaa;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, this is it. Thanks Ciaran.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Dear Ciaran,

I want change color on copyright text
I try to add this custom .css to template Maya but no success

.copyright p {
color: #ffffff;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Would you have a URL to an example of your copyright text?

did you put it in the right template style?
For me it works in the "Riley" with: #fff; ?
(have you tried?)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
tks for reply
I don't have public link, I m working on localhost
yes I m put on right template style

:(

I tested with the same code above with font-size, the font size worked, but color don't changed

I try put in red and it worked like this

.copyright p {
color: red;
}


but for white don't work
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
What about: #f9f6f6
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
better. tks

What about: #f9f6f6
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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