- Posts: 185
- Thank you received: 0
css modification
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
8 years 6 months ago #46666
by dh12355@gmx.de
css modification was created by dh12355@gmx.de
i found only one css file named sparky-id96..... wich change the complete name dynamicly.
In wich file i can change some css settings?
In wich file i can change some css settings?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 6 months ago - 8 years 6 months ago #46667
by milos
Replied by milos on topic css modification
Hello,
Since Sparky Framework v2.5 you can add your custom CSS code to override current rules or add new rules in two places:
1. Extensions > Templates > Template Name > Custom > CSS
2. By adding your code in file /templates/template_name/css/custom.css
You should not edit file /templates/template_name/css/sparky-idXX-XXXXXXXX.css because it's overwritten after each template save.
You can edit PHP file /templates/template_name/css/sparky_css.php but do it on your own risk (we don't support it) and you won't be able to update framework easily later if you edit this file.
Regards,
Milos
Since Sparky Framework v2.5 you can add your custom CSS code to override current rules or add new rules in two places:
1. Extensions > Templates > Template Name > Custom > CSS
2. By adding your code in file /templates/template_name/css/custom.css
You should not edit file /templates/template_name/css/sparky-idXX-XXXXXXXX.css because it's overwritten after each template save.
You can edit PHP file /templates/template_name/css/sparky_css.php but do it on your own risk (we don't support it) and you won't be able to update framework easily later if you edit this file.
Regards,
Milos
Last edit: 8 years 6 months ago by milos.
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
- Posts: 185
- Thank you received: 0
8 years 6 months ago #46668
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic css modification
o.k.
i look at 1. Extensions > Templates > Template Name > Custom > CSS
I want to have a border at sparky_container ( arround content and menu ) but there i dont find this entry.
I only find it at /templates/template_name/css/sparky-idXX-XXXXXXXX.css
My installation is here: udopearl.mybestfinder.com/
i look at 1. Extensions > Templates > Template Name > Custom > CSS
I want to have a border at sparky_container ( arround content and menu ) but there i dont find this entry.
I only find it at /templates/template_name/css/sparky-idXX-XXXXXXXX.css
My installation is here: udopearl.mybestfinder.com/
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 6 months ago #46669
by milos
Replied by milos on topic css modification
If you don't find this entry, you can write it yourself. Maybe something like this:
Code:
.contentrow .sparky_container {
border:1px solid #000;
}
The following user(s) said Thank You: dh12355@gmx.de
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
- Posts: 185
- Thank you received: 0
8 years 6 months ago #46670
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic css modification
Thanks a lot!
Please Log in to join the conversation.
Time to create page: 0.156 seconds