• Resolved bellawanana

    (@bellawanana)


    There is a random “\” showing up after the first paragraph of every single blog post. I cannot see it when I edit the post, so it must be something in the codes. Can someone help me take a look?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s doesn’t appear random to me. Looks like it’s part of your theme code.

    Try using a different theme temporarily to see if it goes away… if it does then look at your theme and any customizations you did.

    I can’t find your theme in the repository… Is it a commercial theme? You might want to touch base with the theme’s author for some help also.

    Either your theme or one of your plugins is adding the following code.

    <div class="code-block code-block-2" style="margin: 8px 0; clear: both;">
    \</div>

    You can try disabling some plugins and check if this goes away. If you have a slight idea about when this start to happen, you may be able to narrow down to the last few plugins you installed.

    It could the theme code as mentioned above. That that case you need to ask support at Activello – Simple Multipurpose Blog Theme.

    Or you can add the following to your custom CSS to hide the \:

    .code-block.code-block-2 {
        display: none !important;
    }
    • This reply was modified 4 years, 4 months ago by sanuja.
    • This reply was modified 4 years, 4 months ago by sanuja. Reason: code edit
    Thread Starter bellawanana

    (@bellawanana)

    Thank you so much for your help! I figured it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Backslash showing up after first paragraph’ is closed to new replies.