• I have tried so many of the solutions I’ve read on the forums for removing the borders on WordPress 3.8.1 to no avail.

    I used the twenty Twelve theme. My customizations were made using Custom CSS

    The site I’m working on is https://nyenpubyrl-soprano.com/

    The Home Page has several horizontal borders around the posts and footer that are disrupting the style of the page. I tried changing the size to 0px and changing the color to my background color (black). No luck!
    I tried (unsuccessfully)this code in Custom CSS:

    */.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        border-radius: none !important;
        box-shadow: none !important;
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
    	border-bottom:0;
    	border-top:0;
    }/*


    PLEASE HELP!
    I have learned a great deal in the forums.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That’s a nice site. Try this in your custom CSS.

    .entry-content td, .comment-content td {
        border-top: none;
    }
    
    .template-front-page .widget-area {
        border-top: none;
    }

    Edit: Also your topic wins the award for most startling topic name. ??

    Thread Starter mhknuckles

    (@mhknuckles)

    Hahaha.. Thought that title might draw some attention.

    Thanks so much for the code and the compliment. I tried it but no go. Thinking of trying it directly in the style.css, but I know that’s a no no.

    Right now I am trying to incorporate the lines into the scheme til I find the resolution.

    Having difficulty changing the footer widget area color as well. Open to suggestions. Will keep searching.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close the Borders!’ is closed to new replies.