1. milian
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 30 March 2020
  5.  Subscribe via email
Hi Ciaran,
I want to change the height (perhaps also the font-type/ arial etc) of the Slide title,
and also the Slide Caption text Height.
Do you have a css for the custom-css field?

H1 / H3 has no effect in the module.
Thanks a lot,
Regards, Milian
Attachments (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

.layerslideshow .item h2 {
font-size: 40px;
font-family: Arial;
}
.layerslideshow .item .caption {
font-size: 18px;
font-family: Arial;
}


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


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