• Resolved artemshkenev

    (@artemshkenev)


    Hello!
    I faced with the following trouble:
    When I change color of one block (item / word) at my site by means of site origin, system changes color of all blocks. So, I want to change only one object to have different colors at my website. How can I do it?

Viewing 1 replies (of 1 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi 🙂

    Try inspecting the source, there is unique class name for each item, locate that. For example:

    .menu-item-31 a {
    	background: red;
    }

    Change the number 31 to match the menu item you’re editing.

    Good luck.

Viewing 1 replies (of 1 total)

The topic ‘Using different colors’ is closed to new replies.