• Resolved yash_kela

    (@yash_kela)


    Hi,
    i would like to customize the header and footer of my site https://www.buyonlineclass.com
    i want to add background color to both header and footer.
    and i want to reduce the size of both header and footer portions.
    i have read the related topic discussions and could not resolve my problem.
    i m lost and have no clue how to proceed.

    any help would be appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi yash_kela. I’d recommend using the GP Premium add-on. It gives you control over sizes, colors and a whole lot more. Definitely worth the modest investment.

    Theme Author Tom

    (@edge22)

    If you’re not able to purchase the add-ons (which make all of the above super easy in the Customizer), then you’ll need to use CSS.

    Let me know if you want to go that route ??

    Thread Starter yash_kela

    (@yash_kela)

    i cannot purchase the add on.
    kindly help me with the css codes. although i m not good in css but i am willing to do anything to resolve my problem.

    thanks for the reply.

    Theme Author Tom

    (@edge22)

    .site-header {
        background-color: #yourcolor
    }
    
    .site-footer {
        background-color: #yourcolor
    }
    
    .inside-header {
        padding: 40px;
    }

    That should help ??

    Thread Starter yash_kela

    (@yash_kela)

    thank you so much for the code )

    but what about the footer size ??

    and also as you must have seen the website there is some white portion visible above the footer, i have tried everything but cant seem to find the solution to remove that.
    kindly help with that too.

    thanks in advance.

    Theme Author Tom

    (@edge22)

    .site-info {
        font-size: 15px;
    }

    Not too sure what you mean by a visible white portion?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header and Footer’ is closed to new replies.