We are rebuilding our site www.streetwisebreda.nl/test
Now we have problem with the homepage. The words "OUR MISSION" we can't remove, Futhermore we have a problem with the black curve in the foooter. Please can you help us! Thanks
regards AL JO
AS Templates
POSTED: 2014-03-13
Hello DEVELOPER,
'Our Mission' is a page heading which can be removed in the Joomla admin panel -> Menus -> Main Menu -> Home -> Page Display -> Page Heading parameter.
The black curve image you may find on your server, here is a full path to this image:
www.streetwisebreda.nl/test/templates/as002044/images/styles/default/bg.footer.png
Regards, AS Team.
developer
POSTED: 2014-04-22
Hello AS Team,
By the example quickstart template in the middle of the frontpage with a row words OUR PROFILE, CARE ADVICE, RESEARCH and EMERGENCY. Is it possible to change the letters in small letters by example OUR PROFILE in Our profile etc ?
Regards, A.T.
AS Templates
POSTED: 2014-04-22
Hello DEVELOPER,
What is your site url please, we will check it and let you know.
Regards, AS Team.
developer
POSTED: 2014-04-22
Hello AS Team,
The url is www.streetwisebreda.nl/test. Is it possible to change the letters in small letters by example WIE ZIJN WIJ? in Wie zijn wij? etc ?
Regards, A.T.
AS Templates
POSTED: 2014-04-22
Hello DEVELOPER,
In the tmpl.default.css file please find the following class:
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
We are rebuilding our site www.streetwisebreda.nl/test
Now we have problem with the homepage. The words "OUR MISSION" we can't remove, Futhermore we have a problem with the black curve in the foooter. Please can you help us! Thanks
regards AL JO
'Our Mission' is a page heading which can be removed in the Joomla admin panel -> Menus -> Main Menu -> Home -> Page Display -> Page Heading parameter.
The black curve image you may find on your server, here is a full path to this image:
www.streetwisebreda.nl/test/templates/as002044/images/styles/default/bg.footer.png
Regards, AS Team.
By the example quickstart template in the middle of the frontpage with a row words OUR PROFILE, CARE ADVICE, RESEARCH and EMERGENCY. Is it possible to change the letters in small letters by example OUR PROFILE in Our profile etc ?
Regards, A.T.
What is your site url please, we will check it and let you know.
Regards, AS Team.
The url is www.streetwisebreda.nl/test. Is it possible to change the letters in small letters by example WIE ZIJN WIJ? in Wie zijn wij? etc ?
Regards, A.T.
In the tmpl.default.css file please find the following class:
#featured-row .mod-newsflash-adv .item_title, #featured-row .module_title, #featured-row .newsflash-title {
border-radius: 0;
color: #FFFFFF;
font-weight: bold;
line-height: 18px;
margin: 10px 0 20px;
padding: 0;
text-align: left;
text-transform: lowercase;
}
and delete the last property, or change it to:
text-transform: capitalize;
Regards, AS Team.