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.

Post row has a different color

2 posters

Go down

In progress Post row has a different color

Post by Anzo October 25th 2015, 4:57 pm

In this topic below:
http://www.duelacademy.net/t46164-introduction

pic: http://prntscr.com/8v63ct

The 1st post of Tequila (an admin) has a black background color instead of a white one. I checked the CSS and found nothing there. Used the Inspector and all it showed was an element had this black background assigned to, the post row. But it has no ID/class as far as i was able to tell.

This is really confusing me lol. Though, the problem hasn't shown anywhere else in the forum. It's mainly only doing that in this specific topic.
Anzo
Anzo
Forumember

Posts : 365
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

In progress Re: Post row has a different color

Post by TheCrow October 25th 2015, 5:00 pm

Anzo wrote:In this topic below:
http://www.duelacademy.net/t46164-introduction

pic: http://prntscr.com/8v63ct

The 1st post of Tequila (an admin) has a black background color instead of a white one. I checked the CSS and found nothing there. Used the Inspector and all it showed was an element had this black background assigned to, the post row. But it has no ID/class as far as i was able to tell.

This is really confusing me lol. Though, the problem hasn't shown anywhere else in the forum. It's mainly only doing that in this specific topic.
Hello @Anzo,

Go to your CSS and search for:
Code:
.post.admin-answer
and replace the code with the below:
Code:
.post.admin-answer {
    background: #EAEAEA!important;
    border-top-color: #A919C5 !important;
}
It should fix your problem.


~ Luffy
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Post row has a different color

Post by Anzo October 26th 2015, 4:31 am

Okay, thanks Very Happy
Anzo
Anzo
Forumember

Posts : 365
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

Back to top

- Similar topics

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