I asked already for custom css per page :
https://kriesi.at/support/topic/how-to-change-css-style-per-page/
But i’d like to change only title menu color per item.
Example : Item 1 : Color Blue / Text Bold / Uppercase
Item 2 : Color Red / Text Normal / No Uppercase
Thanks a lot
Hi DigitalMedia!
Can you post a screenshot showing the changes you would like to make and link to your website?
Best regards,
Yigit
As i said, i want to change color text of menu items… can’t be more clear !
Where can we do that in CSS ?
Hey!
Add following code
#menu-item-2271 a { color: red; }
#menu-item-2271 a:hover { color: green; }
You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit