Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #269529

    Hello,
    I just wanted to know if the video slider (fullscreen) is compatible with the transparent header function. The Enfold theme demo with the video slider has a white header and menu. Somewhere else, there’s a photo slider with a transparent header and menu.
    Unfortunately I haven’t figured out how to do it, if it should be possible. (I have checked the transparent header option on the page backend)
    I would appreciate help.
    Thanks
    Nedim

    #269804

    Hey Nedim!

    It is but there is an empty color section before the slider, can you post a screenshot of the backend view?

    Cheers!
    Josue

    #269888

    Hey Josue!
    You were right. I had an empty row element before the slider. Thanks for the help. Best. Nedim

    #269896

    You are welcome Nedim, glad we could help :)

    Regards,
    Josue

    #269908

    Actually there is one thing where you might be able to help.

    I am put a language selector (with language codes instead of flags) on top left and social icons on the right top. I
    I was wondering what would be the css for placing separators between the “TR”, “DE” and “EN” just llke the ones between the social icons.
    Here is the code I put for the language selector (I found it somewhere in your forum):

    .avia_wpml_language_switch li .language_flag img { display: none; }
    .language_code {
    font-size: 140%;
    font-weight:400;
    text-transform:uppercase;
    display: block!important; }

    Best and thanks!
    Nedim

    #269910

    Hey!

    Try adding this code to the Quick CSS:

    ul.avia_wpml_language_switch li {
        border-right: 1px solid #e1e1e1 !important;
        padding: 9px 10px 9px 5px !important;
    }
    ul.avia_wpml_language_switch {
        position: relative;
        top: -10px;
    }

    Cheers! 
    Josue

    #269915

    Super service Josue, thanks!

    Nedim

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Video Slider & Transparent Header’ is closed to new replies.