Capital letters in the start of every word

Hi!

I have a question I hoped someone in here could help me with. It seems as almost every word in Dolphin menus and search fields starts with big letters. Is there any way to change this so only the first letter in sentences is capital?

Would really help :-).

Kind regards, Øyvind

Quote · 12 Oct 2013

You have to look in the CSS for the menu; top_menu.css I think or something close to that.

You can not use CSS to capitalise the first word of each sentence.  CSS has text-transform: capitalize; but that will capitalise each word, not just the first word.

Geeks, making the world a better place
Quote · 12 Oct 2013

Ok, I will check it. Maybe I`ll have to translate everything again then ;-).

You are awesome, geek_girl. Thank you, and have a great saturday!

Quote · 12 Oct 2013

If you are wanting to capitalise the first letter of the menu title, you can try the first-letter pseudo

.class_name_here:first-letter {
  text-transform: capitalize;
}

and see how that works.

Geeks, making the world a better place
Quote · 12 Oct 2013

Thanks a lot for the tip :-).

 

I haven`t had time to check it yet, but will do it shortly. That`s why I haven`t replied yet, not becuse I am rude ;-).

Quote · 16 Oct 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.