Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6871747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:50:34+00:00 2026-05-27T03:50:34+00:00

I am trying to set a heading within a WP plugin form with a

  • 0

I am trying to set a heading within a WP plugin form with a class of .wpcf7-form. Within the CSS I have the position to relative on the form and the heading to absolute but for some reason the heading ends at the bottom of the page. Any suggestions?

WP template

<h3 class="contact-heading">Get in Touch</h3>

<?php echo do_shortcode( '

    ' ); ?>

    CSS

    h3.contact-heading{color:  #0C0; font: 2.0em Verdana, Geneva, sans-serif;font-weight: 
    normal;letter-spacing: 5px; text-transform:uppercase; position: absolute;}
    
    .wpcf7-form {background-color:#909673; border:none; color:#333; font:1.2em  
    Verdana,Geneva,sans-serif; padding:50px 0px 30px 20px; position:relative; width:450px;}
    .wcf7_name {height:25px; width:225px;}
    .wcf7_email {height:25px; width:225px;}
    .wcf7_subject {height:25px; width:225px;}
    .wpcf7-captcha-captcha-803 {border: 2px dashed #333;}
    .text-field {height:25px; width:75px;}
    .wcf7_msg {height:200px; width:425px;}
    .wpcf7-submit{font: 1.0em Verdana,Geneva,sans-serif; padding:5px 10px; 
     text-shadow:1px 1px 1px #999;} 
    

    I have tried putting the “.wpcf7-form” at the beginning of the h3 selector but it changes all of the css.

    • 1 1 Answer
    • 0 Views
    • 0 Followers
    • 0
    Share
    • Facebook
    • Report

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    1 Answer

    • Voted
    • Oldest
    • Recent
    • Random
    1. Editorial Team
      Editorial Team
      2026-05-27T03:50:35+00:00Added an answer on May 27, 2026 at 3:50 am

      Looks like you’re missing the top and left properties.

      h3.contact-heading{
          color:  #0C0; 
          font: 2.0em Verdana, Geneva, sans-serif;
          font-weight: normal;
          letter-spacing: 5px; 
          text-transform:uppercase; 
          position: absolute;
          top: 0; /* ADD THIS */
          left: 0; /* ADD THIS*/
      }
      

      **EDIT

      Had a look at your jsFiddle example.
      You need to add a z-index property to your h3.

      h3.contact-heading{
          ...
          z-index: 100;      
      }
      
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report

    Sidebar

    Related Questions

    Im trying set the single table inheritance model type in a form. So i
    I am trying set up a simple dropdown list but I dont seem to
    I have binded a datagridview with the database and I am trying to set
    I'm trying set the alpha to 50% on some radiobuttons in AS3. The problem
    I'm trying to finish up the CSS and markup for my site (jonathanbuys.com), but
    I am trying set up databinding as described in the title. The problem I
    Trying to set up caching on our datasets - we're using clr stored procedures
    Trying to set it so if a certain condition is met then one of
    Trying to set up a dependency in C++ with a parent-child relationship. The parent
    Im trying to set up a session and i am getting a header error,

    Explore

    • Home
    • Add group
    • Groups page
    • Communities
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Polls
    • Tags
    • Badges
    • Users
    • Help
    • SEARCH

    Footer

    © 2021 The Archive Base. All Rights Reserved
    With Love by The Archive Base

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.