0
Welcome Guest! Login
0 items Join Now

Ionosphere temp css help

  • Ionosphere temp css help

    Posted 13 years 1 month ago
    • Hello all I have to say I love the new Ionosphere temp, I do need a little help with it on a css problem...I have Compojoom comments for my site and on the comment button the words are the same color as the button, until you hover over it then the words turn black and can see...I have used firebug to see the part where I can change the color of the font but, I can not find it in ftp, could someone come to my site and tell me where the file is so I can ftp change it.... https//:www.blockhuggers.com thank you....
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Ionosphere temp css help

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

      div.write_comment a.readon {
      color: white;
      padding: 5px;
      }

      div.write_comment a.readon:hover {
      color: #bdd2e7;
      }
  • Re: Ionosphere temp css help

    Posted 13 years 1 month ago
    • Thank you for your help it worked perfect I have been trying to get that one since the temp came out...
  • Re: Ionosphere temp css help

    Posted 13 years 1 month ago
    • For some odd reason it only worked on the home page after looking at firebug the code that needs to be changed is

      }
      .component-block a, #rt-content-bottom a, #rt-content-top a {
      color: #558BC2;
      }

      When I change it to
      }
      .component-block a, #rt-content-bottom a, #rt-content-top a {
      color: #111111;
      }

      I can read the message in the button...But I can not seem to track down the file for it, cause in fire bug it says it's in en/#2(line36), but when I ftp there is no folder en in my temp folder....
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Ionosphere temp css help

    Posted 13 years 1 month ago
    • disable css compression ...
      so I can see some code ...
  • Re: Ionosphere temp css help

    Posted 13 years 1 month ago
    • I did on both on joomla and the temp still the same....
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Ionosphere temp css help

    Posted 13 years 1 month ago
  • Re: Ionosphere temp css help

    Posted 13 years 1 month ago
    • I did after I seen it only worked on the home page so I took it out, When I went to another articular on another page it was all blue again so I was trying to find the true source...But I have added it back....And I left the gzip off on joomla and the temp...
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Ionosphere temp css help

    Posted 13 years 1 month ago
    • Use this code instead of what I suggested before:

      div.write_comment a.readon,
      div#comments_info a {
      color: white;
      padding: 5px;
      }

      div.write_comment a.readon:hover,
      div#comments_info a:hover {
      color: #bdd2e7;
      }

Time to create page: 0.059 seconds