Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #711491

    I have selected the “Header is invisible and appears once the user scroll down” option for a page on my site, and once the mini header appears I would like it to be either transparent or semi-transparent (need to see different versions to determine opacity).

    Is there a way to do this for one page only?

    Thanks!
    Rob

    #711721

    Hey goldengate415,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #711722

    Sure, you can either click on Thomas’ face to the left of this post, or visit a page like this one:

    http://www.thomashenthorne.com/8-woodland-place-kentfield/

    Thanks!!!!

    #712234

    Hi! :)

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_bg { background: transparent !important; }

    for semi transparent, please replace “transparent !important;” to “rgba(255,255,255,0.3) !important;”
    255,255,255 is RGB value of the color and 0.3 is opacity level

    Best regards,
    Yigit

    #713284

    Many thanks, Yigit! I’ll give that a try next week… (I’m on holiday this week)

    Best
    Rob

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