MyBB Community Forums

Full Version: Problem :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good evening everyone, 
                                        I am glad to say that from now onward, I wont use any leak theme. I am making a new theme, but a problem is coming. How to change the color of this


[Image: Capture.gif]
well, your forum still has the premium theme!

anyway, regular css style of links is used for the forums listing.
(2016-11-11, 11:31 AM)Somi Wrote: [ -> ]Good evening everyone, 
                                        I am glad to say that from now onward, I wont use any leak theme. I am making a new theme, but a problem is coming. How to change the color of this


[Image: Capture.gif]

You could try:

.trow1 a:link {
  color: #0066A2;
}

.trow2 a:link {
  color: #0066A2;
}