Sweaver having a css styler is a very powerfull thing that allows us web designers to edit almost any template.
However some themes have a lot of divs and containers, and selecting the right css selector could be a bit tricky especially for a end user that doesn't know css concepts at all.
If the theme creator/editor can limit somehow the ids and classes of the elements that can be selected/styled It would be more easy to just to point and click and change the styles visually.
I have been thinking in how can acheive this myself, what could be the most friendly theme to use, or how can I make a starter theme myself using very few divs and very simple structure, but the .info fyle system is already being use for the theme style, so maybe my idea makes sense.
Comments
Comment #0.0
pitxels commentedtypo
Comment #1
Anonymous (not verified) commentedHi pitxels,
I had the same problem as yours a couple of months ago and the solution I put in Sweaver was to be able to define selectors inj the .info file. This system is described in the API file :
I use this on all my themes and it is very powerful. Selectors well defined with this solution can help quite a lot users. The general idea that you have to understand for this to work is that you have to define selectors that will ehelp the selection to be done properly. For example you could define "#header" or "#main-menu" so that the modification of the main-amin will not affect any other part of the website.
Does that answer your issue ?
Comment #2
pitxels commentedoh that's great :) thanks for your prompt support
Comment #3
Anonymous (not verified) commentedClosing
Comment #4.0
(not verified) commentedtypo