Post by dataimpact » Thu Feb 16, 2017 4:42 pm

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?

Newbie

Posts

Joined
Thu Feb 16, 2017 4:34 pm

Post by rgbworld » Sun Feb 19, 2017 2:56 am

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. 8)


User avatar
New member

Posts

Joined
Wed Aug 08, 2012 6:11 am

Post by dataimpact » Sun Feb 19, 2017 3:28 am

I have checked and this seems to be the case.

The theme is set to enabled and the template is default.

Newbie

Posts

Joined
Thu Feb 16, 2017 4:34 pm

Post by rgbworld » Sun Feb 19, 2017 3:53 am

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:

Code: Select all

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
to

Code: Select all

h1, h2, h3, h4, h5, h6 {
	color: #FF0000;
}
Does the color of the headings change? If not, clear browser cache and refresh the page again.

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. 8)


User avatar
New member

Posts

Joined
Wed Aug 08, 2012 6:11 am

Post by dataimpact » Wed Mar 01, 2017 5:11 pm

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 :-\

Newbie

Posts

Joined
Thu Feb 16, 2017 4:34 pm

Post by cyclops12 » Thu Mar 02, 2017 5:01 am

Have you tried clicking refresh in extensions/modifications after you have edited the css file then refresh your browser cache and you should see the changes

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 61 guests