• Resolved andreigoldenvipers

    (@andreigoldenvipers)


    Hello everyone.

    My name is Andrei Costin Macovei and I am the C.E.O. of Golden Vipers multi-gaming eSports club. I intend to find out how am I supposed to change only the background color of the footer as an example I would like to change it from black to white. Many thanks and waiting for an answer/fix.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Farook Kholwadia

    (@judgerookie)

    change the CSS by adding background color

    #footer {
    margin-top:26px;
    background-color: #FFF;
    }

    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    Well thanks @judgerookie but not the footer, I want the background color of 4 logos you can see there as sponsors. I did what you told me but it will change the background color of the description from the bottom side website. The same bar is right on top after the slider between top main menu and slider as you can see it is in white color and I can make the same color down where those emblems are. I did it almost few hours back then I did change things and I just forgot what code to put it again to make it back simple as white.

    Farook Kholwadia

    (@judgerookie)

    I’m not 100% sure but if you want a white footer but black background where the text is, then you also need to change the below in the CSS

    #footer .footer_txt {
    text-align:center;
    color:#c8c8c8;
    background-color: #000;
    }

    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    No no nooo please sir you don’t get it. The background behind these 4 logos like g2a, host havoc, gunnars and changelly I can make it white color not black. That’s the footer widget background but I don’t know the code in CSS. Can you help me or anybody ? Please I really want it changed in white. As you can see you can make a difference and there is a box behind the sponsored logos but you can see it 100% because it is in color black from the entire website background at least half of it. Look here for example this is what I want to mean: https://i.imgur.com/y12www0.png I can make it textured but I just want to change it in a simple and white color no textures.

    Farook Kholwadia

    (@judgerookie)

    we’ll get there in the end.

    is it just that little area, which contains the four logos, that you’re looking to change?

    this is where it is in the CSS

    .footer-widgets {
    padding:37px 25px 0;
    color:#ffffff;
    font-size:13px;
    font-family:’robotobold’;
    background:#ffffff;
    }

    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    Oh thank you but I think that this is it. I can see it now changed in white color. Thank you very much! https://i.imgur.com/wZ2YhuE.png

    Again thanks for your big support! Now this topic will be closed only if I know how to close it.

    Farook Kholwadia

    (@judgerookie)

    you did it, that’s fantastic.

    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    Not without you sir! Again thank you very very very much! WordPress is the best!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Footer Widget Color’ is closed to new replies.