0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Change a color, please help

  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • Ok, now i got it :) I did not see that the code is not the same...sorry for my stupidity :) And again, thank you very much for your help ;) And now....really really the last question: in the template HYBRID, where can I change the open/close text in the upper and lower module? :) Because I can not find it :)
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • change that in both language files

      en-GB.tpl_rt_hybrid_j15.ini

      the one in the template folder and the one in the languages-folder of joomla
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • But can there be different translations....?

      For the upper I need KONCERTI
      For the lower I need SPONZOR
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • # copyright Copyright (C) 2010 RocketTheme. All rights reserved.
      # license www.gnu.org/licenses/gpl-2.0.html GNU/GPL
      # Note : All ini files need to be saved as UTF-8

      TEXT_SIZE=Text Size
      INC_FONT_SIZE=Increase Text Size
      DEC_FONT_SIZE=Decrease Text Size
      DEVELOPED_BY=Designed By
      POWERED_BY=Powered By
      FEATURE_PANEL_OPEN=Open
      FEATURE_PANEL_CLOSE=Close

      LOWER_PANEL_OPEN=Open
      LOWER_PANEL_CLOSE=Close



      change that for your needs ...
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • THANK YOU!

      I already changed the colors of the typography....and I am looking for the last stuff: how to change the main menu color? In which css is it located?
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • adding this to your template.css would make it orange:

      div#rt-header-surround a span {color: #F69F4F;}
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • Thanks for your reply, but it does not work....

      What to do know?

      p.s.: I pasted the code on the bottom of the template.css and just changed the color number (i want it gray-blue)
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • be careful when you add code ...

      you have

      a:hover span {color: inherit !important

      div#rt-header-surround a span {color: #778899;}



      but it must be

      a:hover span {color: inherit !important;}

      div#rt-header-surround a span {color: #778899;}


      as you can see a closing "}" is missing. Add that and it will be ok ...

Time to create page: 0.065 seconds