Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #813207

    Hi, I have a problem with the header of my site (www.studiofunari.net), when I turn the header to the left sidebar I can not overlay the images and make it transparent as it is now, how can I do it?

    #813234

    Hey Maccioavido,

    So you want it to be semi transparent on the left? Please move the sidebar to the left and we will try to work this out via css.

    Best regards,
    Jordan Shannon

    #813245

    Hi Jordan,
    I did it http://www.studiofunari.net/.
    Thanks in advance for the help

    #813258

    Hi,

    Add the following to quick css:

    .html_header_left #main {
    margin-left:0px!important;
    }
    
    .header_color .header_bg{
    background: rgba(255,255,255,0.5)!important;
    }

    Best regards,
    Jordan Shannon

    #813407

    It does not work, I think because when it’s on the left the tag is no longer header but sidebar

    #813410

    Hey!

    Code provided by Jordan should have worked. Can you please post a screenshot showing the changes you would like to make and temporary admin logins so we can look into it?
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Regards,
    Yigit

    #832951

    Sorry I wrote the code in the wrong section, now I used a plugin to add css and it works, thank you very much. Just one last question: Can I also change the color of the bar so it looks blurred?

    #833002

    Hi,

    Can you provide an example of what you mean by blurred. As far as colors you only have solids and varying opacity.

    Best regards,
    Jordan Shannon

    #833341

    Hi, sure
    Like this http://imgur.com/yn9utFV

    #833359

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .header_color .header_bg {
        background: rgba(255,255,255,0.5);
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
    

    Best regards,
    Yigit

    #833532

    Just perfect, thank you very much

    #833536

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Left Sidebar’ is closed to new replies.