Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #354952

    Hi there
    After upgrading the theme:
    The image of the Fullscreen Slider in the landing page is missing!
    I have tried to recall images, to redone the Fullscreen Slider, but nothing is there…

    http://numlighting.com/

    Why is that?

    #355303

    Hey eliuserman!

    Please update Enfold to the latest version 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #355944

    Works, thanks Yigit!

    Another question: where can I define the transparency percentage of the header when scrolling down?
    Do I have to search for in the Js files?

    #356123

    Hi!

    You can use this on Quick CSS to adjust the opacity of the header:

    .header_bg {
    opacity: .5;
    filter: alpha(opacity=50;
    }

    Best regards,
    Ismael

    #356134

    Hi Ismael, thanks!

    Another question: How come the theme lets me assign a google-font (Maven Pro) to the body text but not to the Headers (H1, H2, etc.)? How do I do that?

    #356468

    Hey!

    Try adding the font-family via Quick CSS:

    h1, h2 {
    font-family: 'Maven Pro', sans-serif !important;
    }

    Which title are you trying to change? A link to the page with the title will help.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.