div.header .nsp_header {
bottom: 0;
top: auto;
}
div.header .nsp_header{
opacity: 0.5;
}
Don Lee wrote:Hi,
You can try this solution:
- Open file: /css/template.css
- Add:
- Code: Select all
div.header .nsp_header{
opacity: 0.5;
}
Then let me know if it helps. Thanks!
teitbite wrote:Hi
Please try keep all changes in override.css file (remember to allow using it in template settings), this way it will be easier to handle template updates.
teitbite wrote:Hi
There is no visual change because cache has not allowed the new code to work. Please disable cache and clear it.
Override.css file is a separate file for changes. It's empty as standard and all css changes should be placed there to avoid problems with template update and possible overwritting the changes. But to use this file in project You need to allow that in template settings in developer section.
in2town wrote:teitbite wrote:Hi
There is no visual change because cache has not allowed the new code to work. Please disable cache and clear it.
Override.css file is a separate file for changes. It's empty as standard and all css changes should be placed there to avoid problems with template update and possible overwritting the changes. But to use this file in project You need to allow that in template settings in developer section.
Thanks it looks great, many thanks for your help