I have copy and pasted code from http://www.mclearys.com/langley-bc-furniture-store-canadian-made-solid-wood-bedroom-suites-on-sale/ into this site http://carpetcentre.ca/surrey-carpet-centre-factory-direct-area-rugs/ and borders still show around the pics on one site and not the other... so to be clear... why can i put borders with a "0" border rating in the table and it works on mclearys.com and not carpetcentre.ca? both sites are using the same theme... thanks
ok just saw that they were different theme versions, and still no luck ... updated the carpetcentre.ca theme... And i guess as long as this hasn't been answered yet, how do u do custom colour in the menu? there is six choices and client want its to look different... and... background on the page itself
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-wrapper td,th { border: none; } 2.For your second issue. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{ background:green; } #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a{ background:green; } #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover{ background:red; } Inplace of "green" and "red" put your color code. This will solve your issue.