-
AuthorPosts
-
January 28, 2013 at 5:23 am #184441
Here is my url http://www.cascinoservices.com
my template is set to JA Onepage Theme is “Modern”
ThemeMagic does not work.How do I change the header color behind the logo and menu?
How do I change the menu text color, and menu text hover color?
How do I change color (from Orange to whatever) behind the module title?
How do I change the Subtitle information? I followed instruction via template guide with no luck.
How do I change the color of the “Send Email” button on the form?Any support would be appreciated. Thank you to anyone who can help.:)
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 29, 2013 at 10:18 am #481508Hi,
How did you install this template and please describe more details of problem with ThemeMagic
Regarding to change the color, You can make change easily by using Google chrome inspect element or Firebug for Firefox. What I usually do is hover on any button/text you want and right click on it and then click on inspect element, it will show you which CSS class it is using and which CSS file and the path to this button on the right side. then you can go to the file and replace it with new CSS you change. However, it’s recommended to add your change to /templates/Your_default_template/css/custom.css file so that when you compile less to css or update plugin, your change will not be affected.
With Subtitle, let me know how you applied the change, if possible, pm me admin and ftp account of your site, I shall check for you.
Regards
alex_feng Friendalex_feng
- Join date:
- December 2010
- Posts:
- 120
- Downloads:
- 61
- Uploads:
- 25
- Thanks:
- 11
- Thanked:
- 10 times in 1 posts
January 29, 2013 at 2:50 pm #481537Does Godaddy.com host the website? I assume your content popup module (future projects) is working at your localhost. However, on the live site, it shows “file can not be found” after thumbnail image on the front page is clicked. I am not sure where went wrong!!! Can Joomlart Staff check it out?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 30, 2013 at 8:59 am #481649Hi Alex,
That error means there is something wrong with configuration in your web server and make sure that your hosting meets the system requirement of joomla. . You can also try installing standard joomla package, if problem still persists, you need to ask your hosting provider for help.
1 user says Thank You to Saguaros for this useful post
January 31, 2013 at 4:05 am #481780Site http://www.cascinoservices.com is hosted with godaddy. I have used firebug like a madman, yet when I make changes to CSS files changes do not take render. When making color changes in thememagic no such changes render. I have been in contact with godaddy and they state “no issues.” I would take any support from joomlart development staff. I have provided PM to a joomlart developer recently, yet no response yet. I don’t have the luxury of time on this project to reinstall and proceed. If I have to do that I will just go back to Gavick.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 1, 2013 at 4:54 am #481940Hi rockjoom13,
Those are only CSS changes, no need to re-intall this template:
<blockquote>How do I change the header color behind the logo and menu?</blockquote>
You can open file: /templates/ja_onepage/css/custom.cssadd this CSS code:
.ja-header {
background: your_desired_color_here;
}
<blockquote>How do I change the menu text color, and menu text hover color?</blockquote>
in the same custom.css file, add this css code:
.ja-mainnav .navbar .nav > li > a {
color: your_color_here;
}
.ja-mainnav .navbar .nav > li > a:hover {
color: your_color_here;
}
<blockquote>How do I change color (from Orange to whatever) behind the module title?</blockquote>
add this:
.onepage .section-title h2 span {
background: your_color_here;
}
<blockquote>How do I change the color of the “Send Email” button on the form?</blockquote>
add this:
ul.form-list .btn-action a {
background: your_color_here;
}
Hope this helps.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Saguaros 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum