Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242685
    onefoursix
    Participant

    re: http://www.146test2.co.uk/lana

    1. How do I get the paralex image on the home page to start at the base of the image so eventually it shows everything

    2. How do I get vertical lines (2px white) to appear between the “our history”, “our products”, “delivery”

    3. the wording in the footer i need all in white. There seems to be a shadow on some of it too. I need this removing.

    Thank you mucho!

    #1242865
    Jade
    Moderator

    Hi there,

    #1 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.

    #2 and #3 Please add this code in the customizer:

    .page-id-5 #x-section-5 .x-container .x-column {
        min-height: 204px;
        border-right: 2px solid #fff;
    }
    
    .page-id-5 #x-section-5 .x-container .x-column:last-child {
        border-right: 0;
    }
    
    .page-id-5 #x-section-5 .x-container .x-column:nth-child(2) {
        padding-right: 4% !important;
    }
    
    .page-id-5 #x-section-5 .x-container .x-column {
        min-height: 204px;
        border-right: 2px solid #fff;
    }
    
    .page-id-5 #x-section-5 .x-container .x-column:last-child {
        border-right: 0;
    }
    
    .page-id-5 #x-section-5 .x-container .x-column:nth-child(2) {
        padding-right: 4% !important;
    }
    
    .widget {
        text-shadow: none;
    }
    
    .h-widget {
        color: #fff;
    }

    Hope this helps.

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