I am having a problem changing the style.
I know the changes must be made in:
catalog/view/theme/default/stylesheet/stylesheet.css
this file is loaded in the header.tpl but when changes are made to this file nothing seems to happen.
When deleting this file also no changes are beeing made.
However when I delete this file:
catalog/view/javascript/bootstrap/css/bootstrap.min.css
Things are changing.
The problem with this file is that its not readable in notepad++, its just 1 long line of code.
I want to know if its possible to use simple css to change the appearance of our website?
I know the changes must be made in:
catalog/view/theme/default/stylesheet/stylesheet.css
this file is loaded in the header.tpl but when changes are made to this file nothing seems to happen.
When deleting this file also no changes are beeing made.
However when I delete this file:
catalog/view/javascript/bootstrap/css/bootstrap.min.css
Things are changing.
The problem with this file is that its not readable in notepad++, its just 1 long line of code.
I want to know if its possible to use simple css to change the appearance of our website?
Check under Extensions > Themes to ensure that "Theme Directory" is set to "default", and confirm that it is enabled.
RGB World - FREE and Commercial Extensions
For custom work or support, please use our Contact Form or visit our Support Forum.
Favorite Quote: There are 10 types of people in the world. Those who understand binary and those who don't.
I have checked and this seems to be the case.
The theme is set to enabled and the template is default.
The theme is set to enabled and the template is default.
What page and css style are you trying to modify?
I would first try to modify something simple and confirm that the change takes effect. For example if you change:
to
Does the color of the headings change? If not, clear browser cache and refresh the page again.
I would first try to modify something simple and confirm that the change takes effect. For example if you change:
Code: Select all
h1, h2, h3, h4, h5, h6 {
color: #444;
}
Code: Select all
h1, h2, h3, h4, h5, h6 {
color: #FF0000;
}
RGB World - FREE and Commercial Extensions
For custom work or support, please use our Contact Form or visit our Support Forum.
Favorite Quote: There are 10 types of people in the world. Those who understand binary and those who don't.
Thank you for your replay,
I have changed it but it does not have any effect.
When viewing the source in Chrome I get a path to the stylesheet but when changing that stylesheet, nothing get changed in either the appereance, nor the source file Chrome is referring to.
EDIT:
Cleare cache in Chrome and changes are beeing made... bump
I have changed it but it does not have any effect.
When viewing the source in Chrome I get a path to the stylesheet but when changing that stylesheet, nothing get changed in either the appereance, nor the source file Chrome is referring to.
EDIT:
Cleare cache in Chrome and changes are beeing made... bump

Who is online
Users browsing this forum: No registered users and 113 guests