css 404 error

For general web development questions that are not specifically related to CSS HTML Validator. This includes (but is not limited to) general HTML, CSS, Accessibility, JavaScript, and SEO questions.
Post Reply
vutaikt

css 404 error

Post by vutaikt »

i make some tweaks in custom.css file in wordpress editor.
When i run 404 redirect it shows me 714 404 error pages !
both files style.css and custom.css are in directory: /public_html/wp-content/themes/iconic-one

my custom.css:

/*
Theme Name: Themonic
Custom CSS Template for Iconic One.
*/

a {
color: #007CC2;
font-size: 15px;
text-decoration: none;
}

.entry-header .entry-title a {
color: #007CC2;
font-size: 28px;
margin-bottom: 20px;
text-decoration: none;
}

.entry-header .entry-title {
color: #007CC2;
font-size: 28px;
margin-bottom: 20px;
text-decoration: none;
}

hgroup a {
color: #000000;
font-size: 34px;
font-weight: bold;
padding-left: 10px;
text-decoration: none;
}

.widget-title {
color: #000000;
font-size: 16px;
}

.widget-area .widget a {
color: #007CC2;
font-size: 98%;
text-decoration: none;
}

a.comment-reply-link, a.comment-edit-link {
color: #007CC2;
font-size: 13px;
line-height: 1.84615;
}

blockquote {
margin: 1em 3em;
color: #999;
border-left: 2px solid #999;
padding-left: 1em;
}

.avatar {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
height: 40px;
width: 40px;
}

.socialmedia img {
border: 2px solid #CCCCCC;
border-radius: 18px;
}

Thanks.
User avatar
Albert Wiersch
Site Admin
Posts: 3783
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Re: css 404 error

Post by Albert Wiersch »

Hello,

The CSS checked out fine.

I also don't see any URL's in it that might cause 404 errors.

I am not that familiar with WordPress so I'm not sure what you're referring to. Are you able to describe the problem in more detail?
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply