• Hello everyone! I am completely new to the WordPress Scene and trying to build a website with the Inspiro Free Version – not yet sure, if I need the Pro Version.

    What I am missing right now is the right Content for editing the Header and Footer.

    I think only with CSS I can edit the HEader and Footer Color, I have tried this:

    .header-inner{
        background-color: #e226;
    }
    
    .site-footer {
    	background-color: #e226;
    }

    –>Unfortunately this leads to only partial Header Color, what should I use for the full color?

    Second Question: What should I Input for the Background of the entire Homepage?

    THird question: Can I edit the contents of the Footer in any way?

    Many thanks in advance!

    Best regards,
    Sasyphotography

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, @sasyphotography

    Colors, as well as other options, can be adjusted in Inspiro Premium.

    You can as well make customizations with custom CSS code in the free version.

    Second Question: What should I Input for the Background of the entire Homepage?

    Can you please provide more details? What do you want to achieve for the background of the homepage?

    The content of the footer can be adjusted in Appearance -> Widgets in each of the Footer (1/2/3/4) widget areas.

    Thread Starter sasyphotography

    (@sasyphotography)

    Hi!

    Thank you for your help. I thought so, that the Premium Version will make things easier…but I fear I won’t use the Premium Version very much.

    Can you help me with the correct CSS to coloring the whole Header? header-inner only makes the inner circle, but alas not the whole.

    Regarding the Background its the same question, I don’t know if there is a CSS Code i can use?

    Thanks for the Footer Widgets, now I understood!

    Many thanks in advance!

    Best regards,
    Sasyphotography

    hello, were you able to change the header colors? Can you PLEASE help me too? ??

    Hello! I have an almost the same issue, the header background turns black when its scrolled down. Is there a way to make sur this does not change?

    These were the solutions provided:

    @media screen and (min-width: 48em) {
    .headroom--not-top .navbar {
        background: #4e608d;
    }
    }
    .has-header-image .navbar, .has-header-video .navbar {
        background: #4e608d !important;
    }

    Make sure to add these CSS snippets to Appearance -> Customize -> Additional CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header & Background Color in CSS and Footer Content’ is closed to new replies.