- Blierherne
-
- Commercial Templates
- Wednesday, 23 November 2022
- 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)
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)
Ciaran
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
- more than a month ago
- Commercial Templates
- # 3
Dear Ciaran,
I want change color on copyright text
I try to add this custom .css to template Maya but no success
I want change color on copyright text
I try to add this custom .css to template Maya but no success
.copyright p {
color: #ffffff;
}
- more than a month ago
- Commercial Templates
- # 5
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?)
did you put it in the right template style?
For me it works in the "Riley" with: #fff; ?
(have you tried?)
- more than a month ago
- Commercial Templates
- # 6
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
but for white don't work
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
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »