Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #182005

    Hi,

    Is there a code I can use to alter the heading/title of Contact Forms in the following ways:

    1. Align to centre
    2. Customize font color

    Thanks

    #182069

    Hi 500Webmaster!

    1) Please choose “Quote Style Modern” in Special heading and add following code to Quick CSS in Enfold theme options under Styling tab

    .av-special-heading { text-align: center; }

    2)

    .page-id-734 .av-special-heading.blockquote > * { color: red; }

    You can inspect elements and find page ID of your contact page and adjust second code so it will only change heading color on that certain page http://i.imgur.com/n6yCtKk.jpg

    Cheers!
    Yigit

    #196009

    Hi Yigit,

    Again – sorry for the late response – I have tried this code and again nothing changes. I have replaced the page ID with the the relevant page ID, but it’s making no difference. Just a question though – why would the special heading section affect the title of the contact page? Despite my user name (my employer chose it) I know nothing about CSS – all I know is that I can customise the CSS given to me to suit my color, font size or page needs, etc. and insert it into Quick CSS and that’s about it unfortunately…

    #196221

    Hey!

    If you would like to center “Contact 500 Ltd” on your contact page, please try adding following code to Quick CSS

    fieldset h3 { text-align: center; color: red!important; }

    I must have thought that you were using special heading element for the title, sorry about that :) If you could post the link to your website and a screenshot showing the changes you would like to make next time, that would be very helpful

    Regards,
    Yigit

    #198870

    Thanks, Yigit! It works now – I’ll keep the image suggestion in mind :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Contact Form Title’ is closed to new replies.