Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #621555

    I need the background color on the header to be transparent. Right now I have a background image but the background color is white and I can’t figure out how to remove the white and change it to transparent.

    Tried adjusting this in css but it didn’t work.

    .header_color .header_bg

    #621567

    Hi bensondesign!

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

    Best regards,
    Yigit

    #621634

    That worked. Thanks.

    One other thing I needed help on. I want to be able to add orange vertical separators between the 4 columns on the home page. Not sure how to do that.

    #621650

    cant see a code??

    #621659

    Hi!

    Here it is

    .header_color .header_bg {
    background: transparent url(”) top left repeat-x scroll;
    }

    let us know if it works!

    Best regards,
    Basilis

    #621664

    Yigit sent me this code and it worked great.

    .header_color .header_bg {
    background: transparent url(//wordpress/wp-content/uploads/2016/04/logoarea-bknd1.png) top left repeat-x scroll;
    }

    Still waiting on code for orange separator between columns.

    #621689

    Perfect,

    just needed a part of this code to change the background opacity:

    .header_color .header_bg {
    opacity: 0.5 !important;

    }

    Thank you!

    #622200

    Hey!

    It seems like that one is resolved as well? :)

    Regards,
    Yigit

    #622567

    Yigit,

    I am referring to the 4 columns below the layerslider. I need the orange separator to go between them.

    Thanks.

    #623121

    Hey!

    Please do not create duplicated posts – https://kriesi.at/support/topic/separators-between-columns/ :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Transparent header background’ is closed to new replies.