I have updated my includes/languages/english/index.php changing the welcome message to:
I also edited the orange template I uploaded, changing:Code:} elseif ($category_depth == 'top') { // This section deals with the "home" page at the top level with no options/products selected /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/ define('HEADING_TITLE', 'Welcome to the mystore'); } elseif ($category_depth == 'nested') { // This section deals with displaying a subcategory /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/ define('HEADING_TITLE', 'Welcome to the mystore'); }
include/template/orange/css/stylesheet.css
toCode:.centeredContent{ text-align: center; } .leftBoxContainer, .rightBoxContainer, .singleBoxContainer{ margin-bottom: 10px; background: #fffbf3; border: 1px solid #f46e15; }
When I view though (in firefox on linux), I am not seeing my changes. I did hit shift-refresh and also tried clearing my cache.Code:.centeredContent{ text-align: center; } .leftBoxContainer, .rightBoxContainer, .singleBoxContainer{ margin-bottom: 10px; background: #3366CC; border: 1px solid #3366CC; }
Is there some magic caching going on?
any hints to getting it to refresh?



