I have a need to modify the CSS file and don't know which lines to change.
I would be grateful to anyone who could guide me:
TEXT CHANGES
* The horizontal menu near the top of the page
* Products > Categories List
* Blocks - block title text
* Product listing - - the link : read more ...
*** And - HOW TO REMOVE the words and link-
Shipping Calculator
: from products on Products Details Pages.
Chris
TOCDCO
3 Feb 2011 8:19 PM
The titles are changed in the messages folder of your shop directory, or you can do it via the admin control panel.
The menu items are chagned in the cms under menu.
SajMalik
4 Feb 2011 1:32 PM
Dan
I mean the appearance
- text point size and attributes, for example
Chris
ScottNL
4 Feb 2011 5:29 PM
There is a very simple way to find out what classes are assigned to which container.
Install Google chroom
press
ctr+shift+i
opens development option.
press magnifying glass.
move your cursor to the element you want to know the class of.
SHipping calculator can be edited out in the user templates.
find where (it's about 3 quarters down) and
before
<!--
the shipping calc
--> after
dmaui
30 Mar 2011 6:36 PM
I'd also highly recommend Stylizer as a CSS editing tool. Sounds like it does similar to Chrome as to identifying the elements, but it also lets you change the CSS and create new styles based on the associated tags and classes.
I'm using it right now to do a from scratch customization of our website. Slow going, but I'm learning a lot in the process about how Viart's css operates, and the new CMS setup.
Would I like some documentation on the new CMS and how the various parts work together? Oh yes, definitely...hint hint.