• Hi there

    I have tried to remove a custom box and it’s text without success. Unsure whether this is a WordPress query or a theme query. I have looked in the general theme settings, the CSS seems to be inline but unsure how to detect what I need to remove, and I don’t see any archive.php in the theme file settings either.

    Please see this web page for example:
    http://makemoneyonlineareality. com/ seo

    Please can somebody qualified to advise, kindly assist me.

    Thanks a lot and have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could hide the box itself with some custom CSS:

    #custom-box {
    	display: none;
    }

    Because no one here has access to your commercial theme, we can’t look at the code to try to figure out if that box is theme-specific, so you may wish to ask your theme’s developers about that box instead. Another thing to try is to temporarily disable all of your plugins and then re-enable each plugin one by one.

    Thread Starter pressword1

    (@pressword1)

    Thanks a lot Steve that did it. Much appreciated & have a nice day 🙂

    http://circlesofgrowth.com/

    I am really new to all this. Trying to remove Lorem Ipsum and the Latest Courses. Also like to add text before the main image.
    Any help is welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can't remove Lorem Ipsum custom box which appears on every page and post’ is closed to new replies.