Adding an EXTRA colourful line on contact page?

  • Posted in : BookCard WP
  • LittleRedRoosterCreative
    Participant

    Hi, is it possible to add another colourful / postal line after the ‘send’ button?

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    #contact-form {
        background: url(http://themes.pixelwars.org/bookcard-wp/wp-content/themes/bookcard/images/bckg/letter-lines.png) left bottom repeat-x;  
        background-size: 45px 5px;
        padding-bottom: 26px;
    }
    

    update the background image url to refer your url.

    LittleRedRoosterCreative
    Participant

    Hi, thank you, but that didn’t seem to do anything. I pasted the following into the Appearance > Editor / Edit themes:

    }
    #contact-form {
       background: url(http://littleredroostercreative.com/wp-content/themes/bookcard/images/bckg/letter-lines.png) left bottom repeat-x;
       background-size: 45px 5px;
       padding-bottom: 26px;
    }

    Any ideas what I’ve done wrong?

    Mehmet S.
    Keymaster

    Hi, paste it to theme options > style > custom css.

    Thanks

    LittleRedRoosterCreative
    Participant

    Hi, tried above but still not working. I know this is quite a minor cosmetic change, but any help much appreciated.

    Mehmet S.
    Keymaster

    Try this:

    #contact-form
    {
    background: url( "http://littleredroostercreative.com/wp-content/themes/bookcard-v4-2/images/bckg/letter-lines.png" ) left bottom repeat-x;
    background-size: 45px 5px;
    padding-bottom: 26px;
    }
    
    LittleRedRoosterCreative
    Participant

    That works, thank you.

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register