1./*
Theme Name: theme_name
Theme URI: http://client website name.com
Description: Custom theme developed by Development company name. Based on default wordpress theme.
Version: 1.0
Author: Development company name
*/
——————-******************————————-
It is commented but wordpress read it to recognise the style.css,if you don’t include it at the top of style.css then theme get crash and not get listed in wp-admin.
2.use css use style depth
<div id="content">
<ul>
<li>
</li>
</ul>
</div>
as if you have to apply a style to li tag under content Div the use like this:
#content ul li
{
style paramenters
}
————————*****************************—————-
now this style of
<li> tag will not assign to other </li>
<li> tag in page</li>
thx for your answer but what I ment was that fe. I changed a:hoover color … to green #FF9….something … after reload there vas all posts black … and than I put back #000000 but after update and reload of the page it all was still black
I made the changes in wordpress user interface under Appearance/Edit/…
@deepak Chennoria: Please post code snippets between backticks.
I dont know what that is … after a while suddenly the change got active and now I have back the old colour
Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.
Also disable/deactivate any caching plugin(s).
thx thx thx I will try it
recomended
clear cache plugin into firefox π now everything works π perfect