The site url is http://infranet.com. I want to change all the Module and article Title color from grey to the color of the company. That is all
AS Templates
POSTED: 2015-01-08
Hello MAILLAWALE,
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Or you can ask for our customization services using the following page:
http://www.astemplates.com/customservices
Regards, AS Team.
maillawale
POSTED: 2015-01-08
Thank you. Done!
AS Templates
POSTED: 2015-01-08
Hello MAILLAWALE,
Does it mean you was able to find files and colors?
Regards, AS Team.
maillawale
POSTED: 2015-01-15
After uploading my site to the hosting server, I see this error when I want to edit the temlate:
Warning
Extension record not found in database.
Please tell me the cause, implication and how I can rectify it
AS Templates
POSTED: 2015-01-15
Hello MAILLAWALE,
There is some problem with file permissions, please check the following posts, we believe it will help you.
Regards, AS Team.
maillawale
POSTED: 2015-01-26
How do I change the color of the Menu Item of OUR Products on the frontpage to black. The mozila firebug could not locate it. Please help
AS Templates
POSTED: 2015-01-26
Hello MAILLAWALE,
Do you mean 'Our Projects'? You can change it by editing tmpl.default.css file the following classes (line 3058):
#aside-row-1-left .moduletable ul.menu li a,
#aside-row-2-left .moduletable ul.menu li a,
#aside-row-1-right .moduletable ul.menu li a,
#aside-row-2-right .moduletable ul.menu li a
{
width: 92%;
color: #555;
line-height: 34px;
padding-left: 20px;
border-radius: 20px;
transition: 0.5s ease 0.1s;
background-image: -webkit-gradient(linear, left center, right center, from(#ddd), to(#F7F7F7)) !important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(left, #ddd, #F7F7F7) !important; /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(left, #ddd, #F7F7F7) !important; /* FF3.6+ */
background-image: -ms-linear-gradient(left, #ddd, #F7F7F7) !important; /* IE10 */
background-image: -o-linear-gradient(left, #ddd, #F7F7F7) !important; /* Opera 11.10+ */
background-image: linear-gradient(left, #ddd, #F7F7F7) !important; /* W3C */
}
#aside-row-1-left .moduletable ul.menu li a:hover,
#aside-row-2-left .moduletable ul.menu li a:hover,
#aside-row-1-right .moduletable ul.menu li a:hover,
#aside-row-2-right .moduletable ul.menu li a:hover
{
color: #333;
box-shadow: 0 0 0 0 #ddd;
background-image: -webkit-gradient(linear, left center, right center, from(#ddd, #F7F7F7), to(#ddd, #F7F7F7)) !important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* FF3.6+ */
background-image: -ms-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* IE10 */
background-image: -o-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* Opera 11.10+ */
background-image: linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* W3C */
}
Regards, AS Team.
maillawale
POSTED: 2015-01-26
Sorry, I want to edit the text color alone in the module and NOT the background color or others
AS Templates
POSTED: 2015-01-26
Hello MAILLAWALE,
See 'color' property please.
Regards, AS Team.
maillawale
POSTED: 2015-01-27
where and how? not understand please
AS Templates
POSTED: 2015-01-27
Hello MAILLAWALE,
In the same css classes please look for property 'color'.
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
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Or you can ask for our customization services using the following page:
http://www.astemplates.com/customservices
Regards, AS Team.
Does it mean you was able to find files and colors?
Regards, AS Team.
Warning
Extension record not found in database.
Please tell me the cause, implication and how I can rectify it
There is some problem with file permissions, please check the following posts, we believe it will help you.
Regards, AS Team.
Do you mean 'Our Projects'? You can change it by editing tmpl.default.css file the following classes (line 3058):
#aside-row-1-left .moduletable ul.menu li a,
#aside-row-2-left .moduletable ul.menu li a,
#aside-row-1-right .moduletable ul.menu li a,
#aside-row-2-right .moduletable ul.menu li a
{
width: 92%;
color: #555;
line-height: 34px;
padding-left: 20px;
border-radius: 20px;
transition: 0.5s ease 0.1s;
background-image: -webkit-gradient(linear, left center, right center, from(#ddd), to(#F7F7F7)) !important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(left, #ddd, #F7F7F7) !important; /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(left, #ddd, #F7F7F7) !important; /* FF3.6+ */
background-image: -ms-linear-gradient(left, #ddd, #F7F7F7) !important; /* IE10 */
background-image: -o-linear-gradient(left, #ddd, #F7F7F7) !important; /* Opera 11.10+ */
background-image: linear-gradient(left, #ddd, #F7F7F7) !important; /* W3C */
}
#aside-row-1-left .moduletable ul.menu li a:hover,
#aside-row-2-left .moduletable ul.menu li a:hover,
#aside-row-1-right .moduletable ul.menu li a:hover,
#aside-row-2-right .moduletable ul.menu li a:hover
{
color: #333;
box-shadow: 0 0 0 0 #ddd;
background-image: -webkit-gradient(linear, left center, right center, from(#ddd, #F7F7F7), to(#ddd, #F7F7F7)) !important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* FF3.6+ */
background-image: -ms-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* IE10 */
background-image: -o-linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* Opera 11.10+ */
background-image: linear-gradient(left, #F7F7F7, #F7F7F7) !important; /* W3C */
}
Regards, AS Team.
See 'color' property please.
Regards, AS Team.
In the same css classes please look for property 'color'.
Regards, AS Team.