• Resolved jgotheil

    (@jgotheil)


    I open my contact form in a frame

    I want a title for my frame so I use the code like this
    <h2>Contact about [dynamictext Poste id:position-application "CF7_get_post_var key='title'"]</h2>

    How can I style [dynamictext Poste id:position-application “CF7_get_post_var key=’title'”] to show with the same style as my h2 and not as a text-field?

    Thank you for helping

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter jgotheil

    (@jgotheil)

    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.

    Thread Starter jgotheil

    (@jgotheil)

    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 ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling the dynamic text’ is closed to new replies.