MyBB Community Forums

Full Version: not highlight and more.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

In my forum, I am using Hydro Theme. And this is highlighted. I want it to be not highlighted.

Another thing, I want this to appear on my Forum when making post.

Thanks!
for the first issue, find .trow_selected td in the theme's global.css and change the background color or add the color
(see html color codes if required)

for the second issue, you have to find multiple occurrences of jQuery script and use single loading
and also use jQuery no conflict code if required. (this guidance might help)
Okay, Can I even change the colors of the texts?
(2013-10-05, 08:14 AM).m. Wrote: [ -> ]for the first issue, find .trow_selected td in the theme's global.css and change the background color or add the color

i guess that would be .trow_shaded HuhHuh

to change text color, add color: #hexcode; to .trow_shaded and add a new selector in global.css
.trow_shaded a {
color: #hexcode;
}
Can't really find .trow_shaded in the theme's global.css its just few writings