Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • rockjoom13 Friend
    #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 Moderator
    #481508

    Hi,

    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 Friend
    #481537

    Does 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 Moderator
    #481649

    Hi 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.

    rockjoom13 Friend
    #481780

    Site 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 Moderator
    #481940

    Hi 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.css

    add 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.

Viewing 6 posts - 1 through 6 (of 6 total)

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