National Flags

no background on theme - National Flags

no background on theme

by durangod » Mon Dec 26, 2016 8:26 pm

Hi Rich,

Not sure if this is a extension issue or a problem with the style which is ne-blackgreen.

https://www.phpbb.com/customise/db/style/ne_blackgreen/

But there seems to be an issue with either no background or wrong color background using this style. Im betting its the style but wanted to check just in case. I will have a look as well..

If you feel its the style itself i will post over on that style support page.

here is an image of what im talking about :)

flagsnoback.jpg


Thanks
Dave :)
Username is short for durango dave
User avatar
durangod
Registered User
Posts: 817
Joined: Tue Nov 03, 2009 1:26 pm
Location: USA East Texas
Name: Dave

Re: no background on theme

by durangod » Mon Dec 26, 2016 8:39 pm

I got it..

root/ext/rmcgirr83/nationalflags/styles/prosilver/theme/flags.css

and just change the color

Code: Select all


ul.flags {
    width:100%;
    text-align:center;
    list-style-type: none;
    background-color: #000000;  /* was eef5f9 */
    float: left;
}

Username is short for durango dave
User avatar
durangod
Registered User
Posts: 817
Joined: Tue Nov 03, 2009 1:26 pm
Location: USA East Texas
Name: Dave