Where am I going wrong in adding additional stylesheet in child theme - TechRepublic
Question
May 29, 2021 at 02:00 PM
spencer1621515293

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

by spencer1621515293 . Updated 5 years ago

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:

if anyone could tell me where I am going wrong. Thanks

All Comments