Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author satrya

    (@satrya)

    You have jetpack installed ?

    Thread Starter praimann

    (@praimann)

    No, I have not installed jetpack. I am able to do changes in the style.css or x.php via wordpress editor or notepad++, but I am not experienced in html and therefore I need some help ..

    Theme Author satrya

    (@satrya)

    Ok, there’s two ways to add custom css to your website.

    1. Child theme
    If you familiar with child theme, please create it or you can download it here.
    Please add the below code to the child them style.css

    .home .hentry { box-shadow: none; }

    2. Custom css plugin
    If you are not confident with child theme, you can install http://ww.wp.xz.cn/plugins/simple-custom-css/ add the same code to the custom css box.

    Thread Starter praimann

    (@praimann)

    Thank you very much,
    child theme plus html worked perfectly

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove order’ is closed to new replies.