The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I change the widget colour?

2 posters

Go down

In progress How do I change the widget colour?

Post by FrostWaterfall March 30th 2017, 10:18 pm

Hello. Currently, my widgets look like this:

How do I change the widget colour? Fd42a404d4

I want to change the gray of the background to something else but I can't seem to make it work. Site is phpBB2.
FrostWaterfall
FrostWaterfall
New Member

Posts : 1
Reputation : 1
Language : English

http://winterstars.forumotion.com/

Back to top Go down

In progress Re: How do I change the widget colour?

Post by Ape March 30th 2017, 10:35 pm

Hello in your CSS files you have a background image
See Code found:
Code:
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
    background-color: #09349f;
    background-image: url(https://2img.net/i/fa/subsilver/back_catg.gif);
    border: #799aec;
    border-style: solid;
    height: 28px;
}

if you look it has a background image
background-image: url(https://2img.net/i/fa/subsilver/back_catg.gif);

The widgets code is:
td.catLeft

What you could do is tell that part of the code to stop working just for that Widgets by
Adding this to the top or bottom of your CSS files
Code:
td.catLeft{
background-image: none !important;
background-color: #09349f;
}

To change the color of the background just change this color #09349f code

Now if you want the Widgets to look like the other forum bar then add this code in the old code
Code:
background-image: url(https://2img.net/i/fa/subsilver/back_title.gif);


How do I change the widget colour? Left1212How do I change the widget colour? Center11How do I change the widget colour? Right112
How do I change the widget colour? Ape_b110
How do I change the widget colour? Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum