• Resolved outlined

    (@outlined)


    I am using Constructor, the default theme, and trying to remove the borders/lines around the post area and the area that goes all the way around the posts and sidebar together. The borders/lines are only showing up on Mozilla Firefox (version 3.6.6) and not on IE 8.
    I’ve been tinkering in the css file of the default file, and when that didn’t work also tried my hand at the style1.css file of the cache folder, but to no avail (I just a tinkerer!)
    Any help would be much appreciated.
    Cindy
    PS: if you want to look at the borders/lines in Mozilla:
    outlined.me

Viewing 4 replies - 1 through 4 (of 4 total)
  • CINDY, USE THE CSS OPTION IN THE THEME CUSTOMIZE MENU:

    To remove lines around the post title :

    .hentry .title {
        border:0 !important;
    }

    To remove border around the whole post area :

    #wrapper {
        border:0 !important;
    }

    To remove border around the inserted images :

    .hentry .entry img {
        border-style: none !important;
    }

    I hope this helps

    If this does not help please post a link of your site pointing the borders you want to remove ??

    Thread Starter outlined

    (@outlined)

    Thanks for the help!

    i have use above mention codes to remove image border but unable to get result.

    please visit https://jvpagara.com/test and advice how can i remove border around the images.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Constructor – remove borders/lines?’ is closed to new replies.