Advertisement:

Author Topic: Modern themeQuestion  (Read 918 times)

ruk_design

  • Newbie
  • *
  • Posts: 13
Modern themeQuestion
« on: February 05, 2014, 01:16:50 pm »
Hi i want to change the theme listing number counter color. as its too light grey, i want to change it to some other color so everyone can see the number of adds on each listing.

Code: [Select]
http://smokegrafix.com/bsbroadcast/

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: Modern themeQuestion
« Reply #1 on: February 05, 2014, 07:26:15 pm »
Hi ruk_design,

it is a Bender theme, not Modern?

In Bender/css/main.css locate this part:
Code: [Select]
ul.r-list li h1 span{font-weight:normal}

and replace with this:
Code: [Select]
ul.r-list li h1 span{font-weight:normal;color:red;}

'red' can be replaced with for example #FF0000 hex code (= 100% pure red equivalent) or any other color you like. Search web for hex color codes and pick one.

Regards