Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1317377
    onefoursix
    Participant

    re: http://146test2.co.uk/grange/

    Need a couple of things doing if its ok. Have listed them below.

    #1317386
    onefoursix
    Participant

    re: http://146test2.co.uk/grange/

    Hit enter too soon!

    See below:

    1. The column at the left hand side under the main banner (I have put a red background on it initially but assume that wont be like that:
    a/ The ‘contact the team’ box – need this only to have a background of – #E57C0A
    b/ The ‘contact the team’ box – would like it to have rounded corners once the background is in
    c/ Twitter feed – would like this to have a blue background similar to what we have on http://www.grangemortgages.com/
    d/ Would like this to have an orange background same as the ‘contact the team’ box with rounded corners
    e/ The “welcome to grange mortgages” text is in that column but it should be in the column on the right. In fact in cornerstone it is showing in the right hand column correctly. Not sure why.

    Thanks

    #1317516
    Joao
    Moderator

    Hi There,

    a,b)
    Please add the following code to Appereance > Customizer > Custom > CSS

    #x-section-2 .x-feature-box {
        background: #E57C0A;
        border-radius: 7px;
    }

    c) First you need to put the custom headline in the same text box as the widget below. Also please add an ID to the text box. Let us know when this is ready.

    d) Where you would like to apply that?

    e) Seems like you mark to center align that column.

    I can see where you want to get, I am not just sure your structure approach is the best.

    Would you mind providing your wp admin credentials so we can take a closer look on your structure and suggest you better solution?

    Thanks

    Joao

    #1317533
    onefoursix
    Participant

    regarding

    d/ Would like this to have an orange background same as the ‘contact the team’ box with rounded corners – I meant to say on the bit with the mortgage calculator in. Apologies..

    #1317688
    Jade
    Moderator

    Hi there,

    Please try this code:

    #mortgageform {
        background-color: #FF3300;
        border-radius: 5px;
        padding: 20px;
    }

    Hope this helps.

    #1318630
    onefoursix
    Participant

    Thank you.

    With regards to (c) I have done what you asked. The ID is ‘twitter-feed’

    With regards to (e), i have checked (screenshot attached) and there doesn’t seem to be a centre-align anywhere. Any advice?

    #1318848
    Joao
    Moderator

    Hi There,

    Please update :

    #grange-twitter {
        background: #8eafdc;
        border-radius: 7px;
        padding: 1px 3px 35px;
    }

    to:

    #grange-twitter {
        background: #8eafdc;
        border-radius: 7px;
        padding: 1px 3px 35px;
        margin-top: 90px;
    }

    Your Mortgage calculator looks correct now.

    Hope that helps

    Joao

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