Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251773
    onefoursix
    Participant

    Re: http://146test2.co.uk/trueform/

    1. Is there a way to have the logo icon on slide 4 of the home page roll in from the right edge to the centre pls?
    2. Can we remove the space between the logo and the text “Trueform Scaffolding are Bedford, Cambridge and Northampton Scaffolders with experience ….” (underneith the slider)
    3. Nav to about us page – i need all testimonials to have the person who wrote it in white too please
    4. Nav to contact us page – There is a small gap under the map – can we remove it pls.

    Thanks 🙂

    #1251785
    onefoursix
    Participant

    Also….

    Would like the very bottom footer – #1c1b39
    and the text in the very bottom footer white pls

    #1251881
    Joao
    Moderator

    Hi There

    1. Is there a way to have the logo icon on slide 4 of the home page roll in from the right edge to the centre pls?

    Hi Therm you need to play with the fade options.

    2. Can we remove the space between the logo and the text “Trueform Scaffolding are Bedford, Cambridge and Northampton
    Scaffolders with experience ….” (underneith the slider)

    Please write man into class box of your Headline “truefor…”

    3. Nav to about us page – i need all testimonials to have the person who wrote it in white too please

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .x-cite {
        color: white;
    }

    4. Nav to contact us page – There is a small gap under the map – can we remove it pls.

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-map {
        margin-bottom: 0px;
    }

    Hope that helps

    Joao

    #1252307
    onefoursix
    Participant

    Also….

    Would like the very bottom footer – #1c1b39
    and the text in the very bottom footer white pls

    #1252755
    Friech
    Moderator

    Hi There,

    Add this custom CSS

    .x-colophon.bottom {background-color: #1c1b39;}
    .x-colophon.bottom, .x-colophon.bottom a {
    	color: white;
    }

    Hope it helps, Cheers!

    #1252940
    onefoursix
    Participant

    Final one I hope –
    re: http://146test2.co.uk/trueform/projects/

    Can we have all of the projects included here to come up in a circle rather than a square box please

    #1253015
    Rad
    Moderator

    Hi there,

    Circle is only applicable for the perfect square, it will be oval.And since it’s responsive and images has different size, it will never be a perfect square, required for the circle.

    It’s easy as this,

    .x-iso-container.cols-2>.hentry {
    border-radius: 1000px;
        overflow: hidden;
    }

    But you should make the image with same sizes first, and make the overall size as square. The 1000px represent the width and height of an element.

    Thanks!

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