• Resolved Jessbo26

    (@jessbo26)


    Is there a way to change the background colour of the footer widget area? I’m wanting to go all white, but can’t see where to change it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Do you have a link to your site?

    Creatrix,

    Here’s a link mine: http://toolbox-4-websites.com/

    I’d like to do the same thing. I want to change the footer background to the same color as the main body. Do you know the CSS3 code to accomplish that with this theme?

    On line 6692 of customizr/inc/cssorange.css is the rule that is causing your footer to appear white.

    Creating a Child Theme is advisable when making CSS changes.

    Also you seem to have disabled right click on your site?

    Creatrix,

    Thanks for your input. I used Chrome Dev Tools in my browser to find the location of the footer background color, then changed it in my child theme. Where did you find line #6692 in the parent’s style.css file?

    You’re right about my disabling of right-click on my site. I do it on purpose for marketing reasons.

    I’d like to do the same thing. I want to change the footer widget area background to white. I was spending the whole day with that but i did not get it.

    please help

    Kind regards

    Remigio

    Theme Author presscustomizr

    (@nikeo)

    Hi,
    A quick and safe way to do that : open the theme customizer in admin, go to “custom css” section and paste the css code below (change colors if needed) :

    footer#footer {
    color: grey !important;
    background: white;
    }
    
    footer#footer a {
    color: grey;
    }
    
    footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 {
    color: grey;
    }

    You can also create a child theme and paste this code in style.css as Creatix said.

    Hope this helps

    Good morning,
    thank you so much nikeo. It is really very easy with the knowhow. It worked, you make my day.

    Kind regards
    Remigio

    Theme Author presscustomizr

    (@nikeo)

    Hi Remigio, cool if it helped!
    I would really appreciate if you could give the theme a review with a link to your website! http://wordpress.org/support/view/theme-reviews/customizr
    Regards,
    Nicolas

    Hi nikeo,
    i just strated to use wordpress and i am very happy about your customizr theme. I like it very much and as soon i have more expierience i will make a Review. I just would whish that i can have two menu and i would like to have a space between the slider and the head. What would be the code i can place in my child css so that i can get this space (around 10 – 20px)?

    Kind regards

    Remigio

    ps. i am a real beginer and i am happy about all the help i can get.

    Hey Niko

    can you make the footer area all black when i used your code it worked but only turned the grey part black then it left me with a half inch on top and bottom of white.??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Widget area colour’ is closed to new replies.