Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Julian

    (@sevensupreme)

    That is the part i dont understand. You wrote the css i allready have. To what do i have to change it?

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    /************************* WIDGETS ************************************/
    #inside-widgets h6.widgettitle {
    	color:#222;
    	/*border-bottom:1px solid #ccc;*/
    	text-transform:uppercase;
    	padding:1em .3em .5em;
    	font-family: 'arial'
    }
    
    #inside-widgets ul {
    	list-style:none;
    	margin:0 0 1.6em;
    	font-size:1em;
    }
    
    #inside-widgets ul li a,ul.txt li {
    	color:#222;
    	height:1%;
    	/*background:url(images/li.png) no-repeat 0;*/
    	line-height:1.2em;
    	/*border-bottom:1px solid #ccc;
    	display:block;
    	padding:6px 0 6px 8px;*/
    }
    
    #inside-widgets ul li a:hover,ul.txt li:hover {
    	color:#000;
    	background-color:#F0F0F0;
    	/*background:#eee url(images/li.png) no-repeat 2px 50%;*/
    		background: #F4F4F4;
    		border-color: #C0C0C0;
    		color: #333;
    }

    put this in your theme code change it

    hii julian.
    your problem is solve or not

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Julian,

    the CSS that mukesh27 posted is not really necessary to solve your problem, as we just have to change a few things with the table CSS. It is much easier than what he suggest (no offense against mukesh27 meant here!)

    If you post a link to a test page again (the one from above is no longer working), I’ll gladly assist in finding the necessary CSS.

    Best wishes,
    Tobias

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: WP-Table Reloaded] No border at all’ is closed to new replies.