Thanks for the response. I allready thought that would be the case. Although i saw there are also 'themes' available to use on existing website, but i dont know if the 'look and feel' is exactaly the same as the previews of the themes.
Anyway, im on the CSS tour... and i have 1 more problem i ran into. I can custimize alot, but i cant find the right options for "hikashop_main_image" in the CSS file. The small "hikashop_child_image" below the main image can be addited on the CSS file, but i cant find all the CSS from the main image itself.
There is 1 place in the CSS file wich has some code for "hikashop_main_image", and thats this:
div.hikashop_main_image_div,
div.hikashop_main_file_div {
position:relative;
}
I want to add some CSS to it like i also did on the "hikashop_child_image", its this styling:
border:1px solid #5BC2D4;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
margin-bottom:2px;
The problem is that the main image has CSS code wich is not in the CSS file.., it has some margin wich make my border look weird (see attachment)... how can i get to this code?