I'm interested in buying this template. I'm hosting my installation of Joomla on an Amazon LAMP Server with domain Darbaan.com
The problem is that I am not actually a web developer; I'm doing it to make my product page. So, what I would like is to get a whole template site in which I can put all my own data. A template just just like the one shown in your demo. What would I need to do for that?
Umar
agethemes
POSTED: 2018-12-28
Hello UMARTECHBOY,
So, you just buy "Extended License", then we will help you install quickstart package to get theme, all features and sample data like demo.
After get theme license, you provide me FTP account, database info via your profile, so I can help.
Greetings, can you help me locate the correct css file to change the button, header and hover text to another color? I'm wanting to get away from the green color.
agethemes
POSTED: 2024-02-09
Hello TOMMYBOY0485,
Just go to Template Options > Custom Code, add more CSS for "Custom CSS code" field
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
View History
I'm interested in buying this template. I'm hosting my installation of Joomla on an Amazon LAMP Server with domain Darbaan.com
The problem is that I am not actually a web developer; I'm doing it to make my product page. So, what I would like is to get a whole template site in which I can put all my own data. A template just just like the one shown in your demo. What would I need to do for that?
Umar
So, you just buy "Extended License", then we will help you install quickstart package to get theme, all features and sample data like demo.
After get theme license, you provide me FTP account, database info via your profile, so I can help.
View History
Just go to Template Options > Custom Code, add more CSS for "Custom CSS code" field
body.site button.btn {
background: #xxx!important;
}
body.site button.btn:hover {
background: #yyy!important;
}
with "#xxx" is color for general button, "#yyy" is hover bg color.