Viewing 6 replies - 1 through 6 (of 6 total)
  • chocpudding2

    (@chocpudding2)

    Check in the style.css in your theme. You can edit it in the theme editor. Search for the section in the css relating to the styling of the page.

    Remember to back-up the original content so you can paste it back in if you mess up!!

    Good luck.

    Thread Starter krisdeleon

    (@krisdeleon)

    Thanks for the suggestion. The only area I found with the word “styling” is

    /* Weaver widget areas and templates */
    #ttw-top-widget, #ttw-bot-widget /* default styling for our top/bottom widget areas */
    {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    overflow: hidden;
    width: 600px;
    }

    Is there anything here I can remove that will take out the line? Not sure which one to touch.

    Or let me know if you have any other suggestion. Thank you.

    chocpudding2

    (@chocpudding2)

    It should be in a section titled page. Search page in the CSS.

    Thread Starter krisdeleon

    (@krisdeleon)

    Thanks. I could not find a section titled Page in the CSS. I’ve found a couple of areas that have “border”. May play around with those, and see if it does anything.

    If you have any other suggestions, let me know. Thanks!

    ivyrice

    (@ivyrice)

    Hi, I’m new to WordPress and would also like to remove the line/border around the page. Have you figured out how to do it?

    chocpudding2

    (@chocpudding2)

    Hello,

    I’m not farmiliar with the way the author of the theme labelled things in the CSS. A suggestion I can think of is to find the areas with “border” and identify the border width and color which corresponds to the border on your page. You can change the color to test that it’s the right border.

    Otherwise copy and paste the sections where border appears and I can try figure it out for you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Weaver] Remove Line Around Page’ is closed to new replies.