Can you provide a link to your site and I’ll inspect further for you and try to provide you with a working solution?
Thanks.
Thanks a lot 🙂
My website isn’t officially open yet. Is there anyway for me to provide you the right code you may wait for?
You just need to inspect the code and apply the same styles as your heading to whichever class the text field is using so they appear the same.
Right-click the area you wish to customize and select Inspect Element, this will open a new window containing the structure of your code.
You can use your mouse to locate and highlight any part of your theme, the CSS applied to the highlighted element will be visible to the right-side of the window.
You can move between the H2 heading and the text field to view the differences in CSS code for each element.
Hope this helps.
Thanks a lot
Usualy I was using firebug and I don’t know why I couldn’t target right classes
I’m not done but it’s getting better, should be ok in a few 🙂
Good to hear, you can also edit the CSS code directly within the inspector too and it will reflect the changes on your site in real-time, this allows you to fiddle about a little bit before spending time writing code in your CSS.
If you still need help, put it temporarily online and update this thread and I’ll take a quick look 🙂