thank you, thank you, thank you! That did it.. I really appreciate your help!
Excalibur
POSTED: 2023-09-20
Hi
I have a question regarding the template themes.. I made a copy of an existing one to adjust some colors for our purpose. Now I wanted to change the color of the forst item in the breadcrumb.
The browser showed me, that the color value is used from tmpl.default.css and is part of the body configuration (line 27ff).
In the individual theme css files there is also a breadcrumb block but it seems, that it isn't used at all.
I don't want to change the body text color but only the first item of the breadcrumb. Any advice how I can do that?
AS Templates
POSTED: 2023-09-20
Hello EXCALIBUR,
You can create your css and put it in the template's custom css file:
'yourdomainname.com/templates/as002032/css/style.custom.css'
Regards, AS Team.
Excalibur
POSTED: 2023-09-20
Hi AS Team
That was the first thing I did.. but it doesn't used the value out of the costum css.
The following is in there:
/**************************************************************************************/
/*
/* Designed by 'AS Designing'
/* Web: http://www.asdesigning.com
/* Web: http://www.astemplates.com
/* License: GNU/GPL
/*
/**************************************************************************************/
As I just was informed, the template is using an older bootstrap version. Would it be possible, to update it to the latest bootstrap version? It might be 5 or higher.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have a question regarding the template themes.. I made a copy of an existing one to adjust some colors for our purpose. Now I wanted to change the color of the forst item in the breadcrumb.
The browser showed me, that the color value is used from tmpl.default.css and is part of the body configuration (line 27ff).
In the individual theme css files there is also a breadcrumb block but it seems, that it isn't used at all.
I don't want to change the body text color but only the first item of the breadcrumb. Any advice how I can do that?
You can create your css and put it in the template's custom css file:
'yourdomainname.com/templates/as002032/css/style.custom.css'
Regards, AS Team.
That was the first thing I did.. but it doesn't used the value out of the costum css.
The following is in there:
/**************************************************************************************/
/*
/* Designed by 'AS Designing'
/* Web: http://www.asdesigning.com
/* Web: http://www.astemplates.com
/* License: GNU/GPL
/*
/**************************************************************************************/
body {
margin: 0px;
line-height: 16px;
background-position: left top;
font-family: Tahoma, Geneva, sans-serif, Arial;
font-size: 12px;
color: #aba6a6;
background-color: #f4f4f4;
}
But it uses still the one from tmpl.default.css
As I just was informed, the template is using an older bootstrap version. Would it be possible, to update it to the latest bootstrap version? It might be 5 or higher.