• praimann

    (@praimann)


    Hello !

    I would like to remove the light grey border arround the main area of the page, but just on the starting page (= http://www.fliegenwasser.at). Can you give me an advice how to do it ?

    Best regards

    Peter

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ga 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 Ga 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://wordpress.org/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.