Help with changing color on wordpress theme

by 4 replies
5
Hi guys

I am making a wedding site for me and my fiancee. I have added a form but can't seem to change the colors of the tab on the form. See here

Please can you let me know if you know where i need to be looking? I looked in the CSS file and the plugin itself. Cant seem to find it?
#website design #changing #color #theme #wordpress
  • Send me a (PM) I'll give you a hand.

    WILL -
  • For example, if you want to change your color to black:

    div.zfaces-form form div#zfacestabs.ui-tabs ul.ui-tabs-nav li.zfacestab a#ui-id-1.ui-tabs-anchor {
    color: #000;
    }
  • I have a few if you need one, I own a web & SEO development company I been in business going on 7 years so I have done a few, if you show me proof your really getting married I will give you one and set it up free of charge.
  • If you want to change the color in any websites not only in wordpress sites, you can use the firebug to find the place where exactly you want to change the colors. You can find the class with css properties in the right side style section of firebug, you can get the exact line number of the css file also. Hope it will help you .

Next Topics on Trending Feed