Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #243993

    Hi!
    Currently through enfold options, I’m able to set a background picture for all various parts, header body footer socket blabla.
    However I needa 1 full default background that I can use to set entirely for the website, any helps here?:)

    #244011

    Hey Kayzel!

    If you want to have a background image on all elements of your page, this CSS code will do it:

    *{
        background: url(_URL_) !important;
    }

    Regards,
    Josue

    #244025
    This reply has been marked as private.
    #244027

    Hi!

    Yeah, i knew something like that may happen, can you post which elements would you like the background to be applied?

    Regards,
    Josue

    #244028
    This reply has been marked as private.
    #244038

    Hi!

    Try the following:

    .container_wrap{
        background: url(_URL_) !important;
    }

    Regards,
    Josue

    #244070
    This reply has been marked as private.
    #244163

    Hey!

    Try adding this code to the Quick CSS:

    .grid-entry-title a {
        color: black !important;
    }

    Cheers! 
    Josue

    #244257
    This reply has been marked as private.
    #244324

    Hey!

    Thank you for the link but I think you’re referring to a different page. Kindly find the correct page url on the demo site. http://kriesi.at/themes/enfold/

    You can set the header transparency for each page. Look for Layout > Activate Header transparency. This will remove the top padding of any elements below the page including the sliders and color section.

    Best regards,
    Ismael

    #244553
    This reply has been marked as private.
    #244716

    Hey!

    Thank you the info.

    You can do the following in order to achieve the same effect:

    1.) Create a page then switch to Advance Layout Builder. Add the Fullscreen Slider or the Color Section element.

    2.) Look for the Layout metabox then enable the Header transparency.

    3.) Publish the page. :)

    You should disable the social icons and the top bar for best results.I hope this helps.

    Regards,
    Ismael

    #245273
    This reply has been marked as private.
    #245578

    Hi!

    Thank you for the feedback.

    1.) It should work even with the centered logo. I’m not sure why it’s not working for you. I thought you want a transparent header? I checked the demo on the link you provided but it’s not using a transparent header. Please post a screenshot of the header that you want, that will greatly help. I also noticed that you’re not using the latest version of the theme, the header transparency won’t work if you’re not using 2.6 or higher. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    2.) If you’re using the portfolio grid element, make sure that the “Sortable?” option is set to Yes.

    Best regards,
    Ismael

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