Question

  • Creator
    Topic
  • #2141690

    Where am I going wrong in adding additional stylesheet in child theme

    by spencer1621515293 ·

    Hi, I have a contact form which I would like to style in a child theme, but have already used the style.css for an animation.
    I named the file wpforms.css which is in twentythirteen-child folder.
    The code in it is:


    @import
    url(“../twentythirteen/wpforms”);

    #wpforms-78 .wpforms-form {
    background-color: red;
    padding: 20px 15px;
    border: 5px solid #666;
    border-radius: 20px;
    }

    Then in the functions.php the code is:

You are posting a reply to: Where am I going wrong in adding additional stylesheet in child theme

The posting of advertisements, profanity, or personal attacks is prohibited. Please refer to our Community FAQs for details. All submitted content is subject to our Terms of Use.

All Answers

Viewing 0 reply threads