Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193541
    Amlogy
    Participant

    Hi guys,

    1) can you tell me how i can overlap my Header (want a background full width page in the Header)

    2) give my superfly menu down under the overlaped header
    3) change my background: I want to fill the white place in image with background!
    4) delete the name of the page (every page)

    Hope you can help me and understand what i need!!

    See attached description 🙂

    #1193580
    Christopher
    Moderator

    Hi there,

    #1 & #2 Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    #3 & #4 Please add following code in Customize -> Custom -> CSS :

    .site {
        background-color: rgb(171,223,204);
    }
    .page header.x-header-landmark{
         display:none;
    }

    Hope it helps.

    #1195463
    Amlogy
    Participant

    Hei Thank you for the answer!!

    #3: I want to fill my .site{} with background img (as the Background of the whole page) and fill every screen with (widht-max; height-max) .site even if no content there.

    Hope you understand what i mean

    #1195498
    Paul R
    Moderator

    Hi,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    Thanks

    #1195538
    Amlogy
    Participant
    #1195560
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .site {
        background-color:transparent;
    }
    

    With regards to max width, you can change that under Layout and Design in the customizer.

    Hope that helps.

    #1195598
    Amlogy
    Participant

    It Works super!!! Thank you guys!

    Another question: how can i set Background img only for mobile devices?

    #1195668
    Paul R
    Moderator

    Hi,

    You can achieve that using media queries.

    
    @media (max-width: 480px) {
    .site {
        background-image:url(background.jpg);
    }
    }
    

    Hope that helps.

    #1215929
    Amlogy
    Participant

    Hei Thank you it works!!

    May you help me, how I can make a section fullwidth??

    Thanks

    #1215986
    Paul R
    Moderator

    Hi,

    You need to select a No container layout under page attributes.

    http://screencast.com/t/Jvbw70lsN

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1193541 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>