• Resolved thekjub9

    (@thekjub9)


    if I edit the style.css and make sth wrong eaven if i put it back and save and reload it stills remains as before destroyed ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1./*
    Theme Name: theme_name
    Theme URI: https://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>

    Thread Starter thekjub9

    (@thekjub9)

    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.

    Thread Starter thekjub9

    (@thekjub9)

    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).

    Thread Starter thekjub9

    (@thekjub9)

    thx thx thx I will try it

    Thread Starter thekjub9

    (@thekjub9)

    recomended

    clear cache plugin into firefox ?? now everything works ?? perfect

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘css edit ….’ is closed to new replies.