MyBB Community Forums

Full Version: Issue with colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey so i'm using a theme called 'Majestic'
I'm having a issue tho, after i changed the color to blue my panel colors are really weird. 

As you can see here:
http://prntscr.com/ab7uju

when selecting: http://prntscr.com/ab7upd

So my text colors aren't showing here's the inspect element code if this may help
<table border="0" cellspacing="0" cellpadding="8" class="tborder">
<tbody><tr>
<td class="thead"><strong>Personal Notepad</strong></td>
</tr>
<tr>
<td align="center" class="trow1" width="100%">
<textarea name="notepad" cols="1" rows="10" class="usercp_notepad"></textarea>
</td>
</tr>
</tbody></table>

I tried editing the template and adding <font color="white"> but this would take alot of time.
If anyone can help that would be appreciated.

(2016-03-04, 07:34 PM)Sevn Wrote: [ -> ]Hey so i'm using a theme called 'Majestic'
I'm having a issue tho, after i changed the color to blue my panel colors are really weird. 

As you can see here:
http://prntscr.com/ab7uju

when selecting: http://prntscr.com/ab7upd

So my text colors aren't showing here's the inspect element code if this may help
<table border="0" cellspacing="0" cellpadding="8" class="tborder">
<tbody><tr>
<td class="thead"><strong>Personal Notepad</strong></td>
</tr>
<tr>
<td align="center" class="trow1" width="100%">
<textarea name="notepad" cols="1" rows="10" class="usercp_notepad"></textarea>
</td>
</tr>
</tbody></table>

I tried editing the template and adding <font color="white"> but this would take alot of time.
If anyone can help that would be appreciated.

I already know that this is because my color of panel & color of panel text are the same but idk where to change it..
Post .thead's associated CSS please.
(2016-03-04, 07:36 PM)CorysRevenge Wrote: [ -> ]Post .thead's associated CSS please.


.thead {
 background-image: url(images/majestic/thead.png);
    background-color: #1B7394;
color: #ffffff;
    padding : 10px;
}
you are using a premium theme. please contact theme coder for the support.
(you may PM me purchase proof of the theme & your forum url to get its support here)