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

  • Change a color, please help

    Posted 13 years 8 months ago
    • Hello!

      I noticed that I have a problem with the changing of the colors. Could somebody please go to the page:

      www.mi2band.site50.net

      And there are on the main page some articles (one article). The template has the option: load more articles (Hybrid 2009). I changed this into Slovene: Pokaži ostale novice.

      Because I changed the background to black I want to chanhe the color of the text after i go with the mouse on it. So from orange to white. Now it goes from orange to black.

      Please help me...

      I can also send somebody over PM the admin and password....
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • add this to your template.css and clear your cache:

      a#more-articles:hover {color: white !important}
      a#more-articles:hover span {color: inherit;}
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • and where should I add this in the template css? On the end, begining?

      Thank you
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • at the beginning, in the middle, at the end ... it doesn't matter.
      Personally I prefer the end ...
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • Now is here the next problem :) The first one has been solved...

      If you visit my site: www.mi2band.site50.net you can see on the main menu this: PLATE (it means cd's) and if you hover with the mouse it opens a submenu. Than you must click on the 1st CD (ROKENROL). Here are two problems....the first text next to the cd cover is orange but it also changes to black (because of an inserted link) - this must be also orange to white. And the last thing: The HYBRID template has the nice house icon (which is black). Where is the icon located, so I can change it to white?

      Thank you very much Rockettheme team!!
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • 1. change the code I suggested to
      a:hover {color: white !important;}
      a:hover span {color: inherit !important;}

      2. the image is in your template-folder ...
      your-Joomla-root/templates/rt_hybrid_j15//images/body/body3/b-article-icons.png

      the css is loacted in line 62 of
      your-Joomla-root/templates/rt_hybrid_j15/css/body3.css
      if you just want to change the path to a different image
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • I understand....but where should I change the code? Because i noticed that every where, where this effect is it goes from orange to black....

      I hope I am not to annoying....
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • 1. change the code I suggested to
      a:hover {color: white !important;}
      a:hover span {color: inherit !important;}

      so just change it where you added it and clear your cache ...
  • Re: Change a color, please help

    Posted 13 years 8 months ago
    • I understand you :) But I do not know in which file. is it index.php or which css?
    • Tilen
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Change a color, please help

    Posted 13 years 8 months ago
    • YOU, my friend, added this at the end of template.css:
      a#more-articles:hover {color: white !important}
      a#more-articles:hover span {color: inherit;}

      SO change that to
      a:hover {color: white !important;}
      a:hover span {color: inherit !important;

      and clear your cache ...

Time to create page: 0.078 seconds