Custom CSS

Posted in: Newspaper
Post count: 51

SORRY, FORGET THIS POST! I SOLVED THIS!

Hey, I am trying to insert a custom CSS on Newspaper to embed a mailchimp subscriber form in the site, still in localhost. The code is: http://snag.gy/Nj5jg.jpg. In the first moment everthing worked fine, but I all site now are not showing the images. I deleted the code and still having problems http://snag.gy/GcVd7.jpg .

I lost menu, logo, images in the blocks, just because the code bellow in custom CSS (again):
in {
background: #efefef;
border: 1px solid #ccc;
padding: 20px 15px;
text-align: center
}
#optin input {
background: #fff;
border: 1px solid #ccc;
font-size: 15px;
margin-bottom: 10px;
padding: 8px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd
}
#optin .name { background: #fff url(http://localhost/wordpress/wp-content/uploads/2016/04/name.png) no-repeat 10px center; padding-left: 35px }
#optin .email { background: #fff url(http://localhost/wordpress/wp-content/uploads/2016/04/email.png) no-repeat 10px center; padding-left: 35px }
#optin [type=”submit”] {
background: #f7ed64;
border: 1px solid #fff12e;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: bold;
padding: 8px 0;
text-shadow: -1px -1px #495259;
width: 100%
}
#optin input[type=”submit”]:hover { color: #495259 }

The code help the embed code of the mailchimp naked form to be better (aesthetically). How can bring the images, menu, logo back?

This is the second time that I have problems with code. At first time I puutted a facebook developer code for the facebook page pluging and a error was showing, still waiting for your answer about it.

Thanks.

Viewing 1 post (of 1 total)
The forum ‘Newspaper’ is closed to new topics and replies.