Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #243510

    Hi,

    can You please tell me how i can turn off the header transparency (fffffff)
    http://nonpardon.com/

    salute,
    alex

    #243511

    Hi Finlando!

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

    #header { background-color: white; }

    Best regards,
    Yigit

    #243513

    thank You!

    one more question:
    is the code cleaner, if i add this directly in css or somewhere?

    regards,
    alex

    #243516

    Hi!

    I am not sure what you mean cleaner but you can add it to Custom.css file inside Enfold/Css.

    Regards,
    Yigit

    #243517

    sorry again,

    if i want to have the following color in the header with no transparency:
    #F8F8F8

    alex

    #243519

    Hi!

    You can replace white with your hex value as following

    #header { background-color: #F8F8F8; }

    Regards,
    Yigit

    #243522

    #header { background-color: white; }
    works fine.

    #header { background-color: #F8F8F8; }
    doesnt work unfortunately…

    #243524

    Hi!

    Please flush browser cache and refresh your page a few times. It is working fine on my end

    Cheers!
    Yigit

    #243530

    no effect… still white background on firefox,safari, IE.
    header is still (logo + menu background still white)
    (empty cache / on several computers)

    thanks,
    alex

    #243881

    Hey!

    Currently it is set to white but when i checked yesterday it was #f8f8f8. Please use following code

    #header {
    background-color: #f8f8f8 !important;
    }

    Best regards,
    Yigit

    #243971

    Thank You!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Header Transparency: OFF’ is closed to new replies.