• Closed
  • April 20, 2016 at 3:38 pm #26802

    Hi Team,

    My website is : http://artworkvfx.com/
    pssw : jdcoindre13

    I would like change the background color of the “Inscription” menu ,
    I would like change only this button color. (not all menu)

    Can you tell me how can I do that please ?

    Let me know please.
    Thank you very much

    Denzel Chia
    Moderator
    Posts: 2672
    April 21, 2016 at 2:05 am #26818

    Hi,

    Please use the following in Theme Options -> Custom CSS

    #menu-item-28 {
    background: #000000 none repeat scroll 0 0 !important;
    }

    Please change #000000 to the color hex code that you require.

    This is how it looks on your website.

    Thank you.