Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #335036

    Hi

    Is this possible.
    http://www.plankie.com/wp-content/uploads/2014/10/Atlantic.jpg

    I need to make the header totally transparent, at the moment it is semi clear.

    The navigation blocks white at all times.

    Slider background semi transparent.

    Content background white.

    Thanks

    Thanks

    #335407

    Hi mixedmedia99!

    Thank you for using Enfold.

    Edit the page then look for Layout > Header visibility and transparency, select transparent header. Change the main menu color on Enfold > Advanced Styling. Edit the Main Menu Links. Change the color backgrounds on General Styling or use the Color Section.

    Regards,
    Ismael

    #335509

    Thank Ismael

    Once I have changed to transparent header it seems the even the nav blocks are transparent. Can I have the header transparent but the blocks behind the nav links white?
    I would also like to have logo left and menu below but centre?

    Thanks

    #335588

    Hey!

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

    div#header_main_alternate {
    background-color: white!important;
    }

    Cheers!
    Yigit

    #335614

    Works great thank you.

    1. Is there a way of centering the links? (logo left, links below centred)

    2. Is there also a way of making the header totally transparent? at the moment it is semi-transparent.

    Thanks

    #335891

    Hey!

    1.) If you select Transparent Header, it should be fully transparent unless you select Glassy Header. Please give us a link to the actual website.

    2.) Use this on Quick CSS or custom.css:

    .html_header_top.html_bottom_nav_header .main_menu>div {
    width: 100%;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    width: auto;
    display: inline-block;
    }

    Best regards,
    Ismael

    #336002

    Thanks Ismael

    http://www.plankie.com

    The header is on transparent.
    I have the following coding in quick CSS, could it be clashing?

    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, #main, .html_stretched #wrap_all {
    background-color: rgba(255,255,255,.3); }

    #338347

    Hey!

    Please add following code to Quick CSS

    .avia-menu.av-main-nav-wrap {
    text-align: center;
    }

    Best regards,
    Yigit

    #338885

    Great! thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header clear, Slider semi transparent, content background white’ is closed to new replies.