• Hey there,

    Well, I recently started working on my .com website.

    I have run into a minor problem. I am adding multiple pages such as a twitter page, a Youtube page, and a Facebook page.

    The problem is that with the embed code, I get a wrap. I dont want the wrap to appear.

    https://www.techtubemedia.com/forum/ (as you can see, there is a faint green wrap around my forum, and I want to remove that)

    and this brings me to my second question,

    How do I remove the page name (as you can see above the physical forums, it states the page name, and I do not want that there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter techtubemedia

    (@techtubemedia)

    I was able to remove the wrap off of the forum, but now there is a faint green wrap right above the footer (which was not there before)

    also, I still need help with removing the page name

    TechTubeMedia,

    The faint green in the footer is a result of the body background tile. Remove the ‘background’ property.

    body  {
       background: url("images/bg-tile.jpg") repeat center top #FFFFFF;
       color: #FFFFFF;
       font-family: Verdana,Geneva,sans-serif;
       font-size: 11px;
       }

    When you say Page Name are you referring to the “Forum” text?

    Thread Starter techtubemedia

    (@techtubemedia)

    yes I am, thanks for the previous solution, will test now.

    edit

    Well, the code u gave resides in the styles.css file.
    Only problem with the code is that im unsure if it will affect anything else later on. (will it?)

    TechTubeMedia,

    I’m not clear as to what you mean. This change won’t cause any layout issues if that is what you’re thinking.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I remove page title and page/post wrap’ is closed to new replies.