Different Background Colour in widget Area of footer

Dear forum and betheme team,

I want to change the colour of the widget area of the footer. I searched and tried a lot in the theme options but there is no way. Have you got some CSS Code already for the "Own Code" Area? Im not very deep into coding.
Thanks alot

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • edited October 2018
    Hi Pablo,
    all of your pre built websites (I had a look on) has only one colour for footer area including Widget Area.
  • All colors of Footer can be changed in Theme Options > Colors > Footer
    If there is no option you're looking for, please make a screenshot and explain to me, what exactly you want to change.

    Thanks.
  • edited October 2018
    Hi Pablo,
    I want to change the colour of the "widget area" of the footer.
    I want the bottom part of the footer wich contains copyright, the bottom menü and the arrow slightly darker then the upper part wicht contains Adress etc.

  • Please paste this code into Theme Options > Custom CSS & JS > CSS

    .footer_copy{
    background-color: red !important;
    }

    It will change the color of copyright footer section.

    Thanks.
  • Thanks, works.
Sign In or Register to comment.