Hi,
can I change background color in main menu and footer area (copyright & social icon)?
I've tried in templ.default.css but not have a good result...
Can You help me?
Thanks in advance
Nicola
AS Templates
POSTED: 2015-01-04
Hello NICOLADIBONITO,
The menu backgroundcolor you can change by editing ext.asmenu.css file the following class (line 30):
Good Morning,
thanks for your cooperation,
I would need a further information:
How do I change in the page "dating" at the top of the background color #008080 that appears when scrolling the page?
I would need to leave it transparent black as it appears in the other pages.
Thanks in advance for your patience & cooperation
Best Regards
Nicola
AS Templates
POSTED: 2015-01-05
Hello NICOLADIBONITO,
Please see tmpl.default.css file the following class:
Hi AS Templates,
Can I hide in breadcrumb field (on right) the name of the page and decrease the height of the row?
Thanks in advance for your patience & cooperation
Best Regards
Nicola
AS Templates
POSTED: 2015-01-09
Hello NICOLADIBONITO,
What is your site url please and on which page you would like to make these changes?
Regards, AS Team.
nicoladibonito
POSTED: 2015-01-10
Hi AS Templates,
Unfortunately, but the site I'm making in local mode (XAMPP), I would remove the text on all pages (on which appears the breadcrumbs), can you help me?
If necessary I can provide credentials teamviewer to access my PC.
Thanks in advance for your patience & cooperation
Best Regards
Nicola
AS Templates
POSTED: 2015-01-10
Hello NICOLADIBONITO,
Do you have a screenshot? You can upload the image on your server and provide us with url.
Regards, AS Team.
nicoladibonito
POSTED: 2015-01-11
Hi AS Templates,
I have a screenshot with highlighted text that is to be deleted, could you give me an e-mail address in order to send?
To load the image of the site on the server, I apologize but I can not run the database.
Thanks in advance for your patience & cooperation
Best Regards
Nicola
For direct contact my E-mail is : nicola@dibonito.com
AS Templates
POSTED: 2015-01-11
Hello NICOLADIBONITO,
You don't need to run any databases for loading images, just upload it in some place/folder via FTP on your server and provide us with the link.
Regards, AS Team.
nicoladibonito
POSTED: 2015-02-18
Hi AS Templates,
I have upload the site on follow address:
http://www.dibonito.com/web
Can I hide in breadcrumb field (on right) the name of the page and decrease the height of the row?
Thanks in advance for your patience & cooperation
Best Regards
Nicola
AS Templates
POSTED: 2015-02-18
Hello NICOLADIBONITO,
The page title you can remove by editing template's index.php file, you have to remove/comment the following line (148):
Hi AS Templates,
in my site, http://www.dibonito.com/web/home
how can I decrease the top margin of the text to bring it closer up to breadcrumbs (for main container & sidebar L&R)?
and, how can I decrease the distance between the modules in L&R sidebar?
Thanks in advance for your patience & cooperation
Best Regards
Nicola
AS Templates
POSTED: 2015-02-21
Hello NICOLADIBONITO,
You can do it in the tmpl.default.css file in the following class (line 2212):
Hi AS Templates,
Many Thanks, it's OK for the margin up and down the page, but I also need to reduce the vertical space that exists between one module and the other in the sidebar L & R, is it possible?
I'm sorry if I'm giving you much trouble, but I'm not so practical...
Thanks in advance for your patience & cooperation
BR
Nicola
AS Templates
POSTED: 2015-02-21
Hello NICOLADIBONITO,
Please see tmpl.default.css file the following class (line 3142):
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/
Regards, AS Team.
nicoladibonito
POSTED: 2015-02-23
Hi AS Templates,
Many thanks for your help,
I'm finding another problem that I can not solve, in the pages of recovery username and password (which can be accessed via the links in the login form "Forgot your username?" & "Forgot your password?") I can not see the modules (also if these are enabled and assigned) in the sidebar, it's like in these pages the sidebar does not exist, but I would need to see it in these pages. Can you help me?
This is the link of the site: http://www.dibonito.com/web
Thanks in advance for your patience & cooperation
BR
Nicola
AS Templates
POSTED: 2015-02-23
Hello NICOLADIBONITO,
Yes, it is disabled, in case to help you we need an access to your Joomla admin panel, the info you have to put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
nicoladibonito
POSTED: 2015-02-23
Hi AS Templates,
I would need to enable the sidebar, what data should I enter in the field "Special info" below domain name?
Thanks in advance for your patience & cooperation
BR
Nicola
AS Templates
POSTED: 2015-02-23
Hello NICOLADIBONITO,
We need an access to your Joomla admin pane: site url, username and password.
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
can I change background color in main menu and footer area (copyright & social icon)?
I've tried in templ.default.css but not have a good result...
Can You help me?
Thanks in advance
Nicola
The menu backgroundcolor you can change by editing ext.asmenu.css file the following class (line 30):
#as-menu ul.as-menu {
background: none repeat scroll 0 0 rgba(255, 0, 0, 0.3);
display: inline-block;
line-height: 1;
margin: 0 0 -4px;
padding: 0;
position: relative;
z-index: 150;
}
The footer color you can change in the tmpl.defaiult.css file in the class:
(line 3563)
#copyright-row {
background-color: #008080;
color: #fff;
font-size: 12px;
}
Regards, AS Team.
thanks for your cooperation,
I would need a further information:
How do I change in the page "dating" at the top of the background color #008080 that appears when scrolling the page?
I would need to leave it transparent black as it appears in the other pages.
Thanks in advance for your patience & cooperation
Best Regards
Nicola
Please see tmpl.default.css file the following class:
#navigation-row.scroolBackground
{
background-color: rgba(0, 128, 128, 1);
}
Try to delete the background-color property.
Regards, AS Team.
Can I hide in breadcrumb field (on right) the name of the page and decrease the height of the row?
Thanks in advance for your patience & cooperation
Best Regards
Nicola
What is your site url please and on which page you would like to make these changes?
Regards, AS Team.
Unfortunately, but the site I'm making in local mode (XAMPP), I would remove the text on all pages (on which appears the breadcrumbs), can you help me?
If necessary I can provide credentials teamviewer to access my PC.
Thanks in advance for your patience & cooperation
Best Regards
Nicola
Do you have a screenshot? You can upload the image on your server and provide us with url.
Regards, AS Team.
I have a screenshot with highlighted text that is to be deleted, could you give me an e-mail address in order to send?
To load the image of the site on the server, I apologize but I can not run the database.
Thanks in advance for your patience & cooperation
Best Regards
Nicola
For direct contact my E-mail is : nicola@dibonito.com
You don't need to run any databases for loading images, just upload it in some place/folder via FTP on your server and provide us with the link.
Regards, AS Team.
I have upload the site on follow address:
http://www.dibonito.com/web
Can I hide in breadcrumb field (on right) the name of the page and decrease the height of the row?
Thanks in advance for your patience & cooperation
Best Regards
Nicola
The page title you can remove by editing template's index.php file, you have to remove/comment the following line (148):
<h1 id="title"><?php echo $page_title = $doc->getTitle(); ?></h1>
Decrease the height you can by making changes in tmpl.default.css file in the breadcrumb class:
#breadcrumbs-row .moduletable .breadcrumb
{
border-radius: 0;
font-size: 12px;
line-height: 32px;
padding: 20px 0;
position: relative;
text-transform: uppercase;
}
Regards, AS Team.
in my site, http://www.dibonito.com/web/home
how can I decrease the top margin of the text to bring it closer up to breadcrumbs (for main container & sidebar L&R)?
and, how can I decrease the distance between the modules in L&R sidebar?
Thanks in advance for your patience & cooperation
Best Regards
Nicola
You can do it in the tmpl.default.css file in the following class (line 2212):
#main-container
{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
padding: 100px 0 80px;
}
Regards, AS Team.
Hi AS Templates,
Many Thanks, it's OK for the margin up and down the page, but I also need to reduce the vertical space that exists between one module and the other in the sidebar L & R, is it possible?
I'm sorry if I'm giving you much trouble, but I'm not so practical...
Thanks in advance for your patience & cooperation
BR
Nicola
Please see tmpl.default.css file the following class (line 3142):
aside .moduletable
{
margin-bottom: 40px;
overflow: hidden;
}
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/
Regards, AS Team.
Many thanks for your help,
I'm finding another problem that I can not solve, in the pages of recovery username and password (which can be accessed via the links in the login form "Forgot your username?" & "Forgot your password?") I can not see the modules (also if these are enabled and assigned) in the sidebar, it's like in these pages the sidebar does not exist, but I would need to see it in these pages. Can you help me?
This is the link of the site: http://www.dibonito.com/web
Thanks in advance for your patience & cooperation
BR
Nicola
Yes, it is disabled, in case to help you we need an access to your Joomla admin panel, the info you have to put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
I would need to enable the sidebar, what data should I enter in the field "Special info" below domain name?
Thanks in advance for your patience & cooperation
BR
Nicola
We need an access to your Joomla admin pane: site url, username and password.
Regards, AS Team.