Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234823

    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

    #234914

    Hi DigitalMedia!

    Can you post a screenshot showing the changes you would like to make and link to your website?

    Best regards,
    Yigit

    #239501

    As i said, i want to change color text of menu items… can’t be more clear !
    Where can we do that in CSS ?

    #239674

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.