decrease 'rate this' module fonts in the display

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
junglesilence

decrease 'rate this' module fonts in the display

Post by junglesilence »

I am using the 'rate this' module and am happy with it  :) The only problem however is that I want to decrease the font size of the text - rate this page.

How and where can I do this? Thanks in advance.
scooper
Forum Members
Forum Members
Posts: 242
Joined: Fri Dec 09, 2005 12:36 pm
Location: Marlow, UK

Re: decrease 'rate this' module fonts in the display

Post by scooper »

Oops sorry - not been paying attention....

If you've not sorted it out yet then you need to add a style to the label.

All of the Rate This gubbins are wrapped in a DIV called rtWrapper so  you could use a style like:

  #rtWrapper label{
      font-size:76%;
  }

The same goes for styling the select - you could use

  #rtWrapper select{
      color:pink;
  }

or whatever you fancy.

s.
junglesilence

Re: decrease 'rate this' module fonts in the display

Post by junglesilence »

Hey scooper, never mind that you were a little late. It is good that you did pitch in and help. Haven't tried your idea but I think it will work. Thanks for helping out
Locked

Return to “Modules/Add-Ons”