Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #491746

    How do I get a tagline to show slide on the header like in your demo?

    #492276

    Hey webblove!

    After adding slide image, please click on it to edit it and add captions to it :)

    Best regards,
    Yigit

    #492528

    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?

    #492854

    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

    #496194

    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

    • This reply was modified 9 years, 2 months ago by webblove.
    #496967

    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

    #498707

    Is it possible to change the font to a google font? or other font I purchase?

    #499170

    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

    #504837

    Thank you

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Tagline on page header image’ is closed to new replies.