How do I get a tagline to show slide on the header like in your demo?
Hey webblove!
After adding slide image, please click on it to edit it and add captions to it :)
Best regards,
Yigit
How do I change the color of the caption background?
How do I get the caption to show in separate lines or be interactive like in your demo?
How do I change the font on the caption?
How do I add google fonts?
Hi Webly!
Would you like to create captions like this – http://kriesi.at/themes/enfold/homepage/transparent-header/?
If so, can you please create a temporary admin login and post it here privately?
Also, which Google Font you would like to use?
Best regards,
Yigit
yes something like that in the space between the picture and the image in my header. Info you need is privately posted. Thank you much
Hi!
edit your fullscreen slider element and change an image. In the new window which will open click on “Captions” and make all your settings there. You can also import the demo in questions to check it out. You can use a new installation (for example local host one) if you don’t want to overwrite existing settings.
Use this code for caption background:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: rgba(0, 0, 0, 0.5);
}
Best regards,
Andy
Is it possible to change the font to a google font? or other font I purchase?
Hey!
sure, try this code:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
font-family: Georgia;
}
Cheers!
Andy
Thank you