1. hamatec
  2. Commercial Templates
  3. Tuesday, 02 February 2021
  4.  Subscribe via email
J51_LayerSlideshow

...how can I adjust the font size in the J51_LayerSlideshow:

- Slide title
- Slide caption

Thank you very much and greetings
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

(edit to taste)

.layerslideshow-title {
font-size: 30px;
}
.layerslideshow-caption {
font-size: 18px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
...it is also possible to move the whole field downwards

Many Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can also add the following....

(edit to taste)

.layerslideshow-title,
.layerslideshow-caption {
position: relative;
top: 50px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
...I should also be able to slide the background downwards

Many Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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