• Resolved Subasubamax

    (@subasubamax)


    Hi,
    first of all thank you very much for this great theme.
    I’ve got two questions regarding a little customization:

    – is it possible to change the white background colour to a little bit darker one on the whole page?
    – is it possible to move/lower the top_box (the whole “Help people…” box) a little to see more of the picture in the background?

    Thanks a lot for your help and effort in advance for this theme.

    Have a great 2016!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Subasubamax,

    To make the background a little bit gray try adding the code below. If it’s still too light change #FCFCFC to #F9F9F9.

    body, #sub-header, #header {
        background-color: #FCFCFC!important;
    }

    For moving the box down the CSS is:

    #call-out {
        margin-top: -40px;
    }

    If you want to push it totally below the photo, then use 0 value:

    #call-out {
        margin-top: 0;
    }

    (Just play with the number to make it fit as you wish.)

    Hope it helps!

    Thread Starter Subasubamax

    (@subasubamax)

    Hi Tibbyweb,

    Thank you very much. It worked out great.

    You’re welcome!

    Seems fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Location of top_box, background colour’ is closed to new replies.