Removing Grey Lines from Anissa Theme?

  • Hey I’m using the Anissa wordpress theme and cannot make the thin grey boxes around everything disappear.

    I’ve tried everything, even combing through my code and changing all border pixels to 0; every piece of code I’ve tried has not worked (entry-content tables, the usual table borders, etc).

  • Hello,

    Kindly share the link of your site to gain faster response.

    If the Anissa I found is similar to what you are referring, then the following code should help:

    `.post {
    border: 0px solid #eee;
    padding-top: 20px;
    }

    Hope this helps.

    Best Regards,
    Syed H

  • Hello,

    Please ignore the previous response, it carries a typo.
    Kindly share the link of your site to gain faster response.

    If the Anissa I found is similar to what you are referring, then the following code should help:

    .post {
    border: 0px solid #eee;
    padding-top: 20px;
    }

    Apologies for the inconvenience. Hope you find this helpful.

    Best Regards,
    Syed H

  • The topic ‘Removing Grey Lines from Anissa Theme?’ is closed to new replies.