Now I see my menu ALL ARE CAPLOCKS.
I want them font smaller and normal font not CAPLOCKS FONTS.
I want them similar: Vietnam Day Tours Vietnam Culture Tours Vietnam Adventure Tours
They are in top of page, bottom logo & banner.
Help me. Thanks
Hello ndmanh2002,
Please try the code below and place it in Theme panel->Custom CSS area.
.sf-menu > li > a {
text-transform: capitalize;
}
The result you should see here -> http://screencast.com/t/kcd2Zhc9vea
Thanks for your understanding!
what text must I replace “capitalize” to do that ?
and I want when everybody accept my website on any device, such as my laptop is Dell, 14 inch. Menu is only on 1 row, now I check menu is on two rows, I do not like that: Vietnam Day Tours Vietnam Culture Tours Vietnam Adventure Tours
Help me. Thanks.
Hello ndmanh2002,
Please notice that if you want that your menu items to appears in Capitalize mode you will have to write them in capitalize mode when you edit your menu from your panel. So, please notice that your menu items are too long and when your shrink the browsers or the display will become smaller, the menu items will fall in the second line. Please notice that this is the normal theme behavior. So, if you want to have your menu items only for 1 line, please notice that these will have to be shorter than now.
I hope that you understand it!
Thanks for your message!
.sf-menu > li > a {
text-transform: capitalize;
}
I want change font from capitalize to no capitalize. What must I do ?
Thanks.
Hello,
Please check this tutorial here -> http://www.w3schools.com/cssref/pr_text_text-transform.asp and please notice that there you will find all the values for text-transform option. You can replace the capitalize value with any desire in this list.
Hope this helps!
Thanks.
Hi Catalin.
I accepted Theme panel.
But I can not see: Custom CSS area.
Help me.
Thanks.
Hello,
Please notice that you will have to add your all custom CSS code here -> http://screencast.com/t/Op54501U
Thanks.