Change color after visiting site google

When I visit a site in a google search and return to the search list the heading changes from blue to purple.  Is there anyway change to a different color? It is very difficult to distinguish between the 2 colors.

Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
*Don't make any changes on the Safe mode start window.
*https://support.mozilla.org/kb/Safe+Mode

Similar Messages

  • How do I change color on visited sites without causing websites to not view properly?

    I go to Content/Colors, change color of visited sites, uncheck "allow pages to choose own colors instead of my selections above".
    The visited sites change colors, but the websites that I go to do not view properly. They do not have names or headings or shopping carts or search boxes and are very hard to maneuver through.

    You can use code in userContent.css or use the Stylish extension to override the page colors.
    I use code like this:
    <pre><nowiki>a:visited {color:#e08!important;background-color:#eee}
    a:visited * {color:#e08!important;outline:1px dotted red!important;outline-offset:-1px}
    a:visited img {background-color:transparent}
    </nowiki></pre>
    *Stylish: https://addons.mozilla.org/firefox/addon/stylish/
    *http://userstyles.org/help/stylish_firefox
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • Cant change color on visited sites without changing background /foreground colors that hide options on the sitec

    I want to change the color of visited sites, but am forced to set background and foreground colors which don't properly
    show all of the colors for controls etc on many websites.
    I have to uncheck the button to Allow pages to choose their own colors....
    Google is a good example after doing a search, then change visited sites color, uncheck the allow pages button and then you can't see the search button and most of the options in the top right corner in google.
    I am a little color blind, so can't differentiate blue and purple for links on visited sites...
    thx

    I think the problem is that many sites use background colors to create buttons, so you lose that when you override the page's colors.
    Maybe you could use an add-on to fine-tune colors instead of Firefox's all-or-nothing setting. I found a couple extensions that say they can change page colors, but I haven't tried them myself:
    * [https://addons.mozilla.org/firefox/addon/color-that-site/ Color That Site!]
    * [https://addons.mozilla.org/firefox/addon/colorific-1/ Colorific]
    * [https://addons.mozilla.org/firefox/addon/toggledocumentcolors-198916/ ToggleDocumentColors_]
    * [https://addons.mozilla.org/firefox/addon/color-toggle/ Color toggle]
    For a truly custom approach to link colors, there are two general purpose ways to apply your own style rules to specific sites: the Stylish extension and a userContent.css files. You would need to set a preferred text ''and'' background color for visited and unvisited links so that you are guaranteed to be able to read the text.
    Hope one of these fits the bill!

  • How do I get a link to change color after I use it.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/908525]]</blockquote>
    How do I get a link to change color after I use it.
    .

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"
    *Select: [X] Remember my browsing history

  • Changing color on visited links?

    How can Safari options be changed to show visited links in a different color (as is the case in Internet explorer and other browsers.
    i.e if you have already visited a link, when you return to the main page, the browser shows you by different colors which links you have viewed and which ones are new (for thew current session)
    thanks

    I know you said Safari Enhancer will change the "read" links color but not on certain pages that have their own style sheets. I am using 10.4 with the latest version of Enhancer with Yahoo set as my home page. This page has about 100 links to news, sports, business etc. Even though I set Enhancer to change the colors it will not do so. Nor will my Google News Page. It does work with Google Search page but I want it to work on my Yahoo home page since that is where I read all of my News etc. Can you recommend other software that will work? Is Apple going to address this issue?
    Power Mac G4 1.2   Mac OS X (10.4.4)   Safari Enhancer 3.1

  • Change color of visited link

    Hello,
    I would like to change the color of visited column link in my report. After user clicks on it, it opens some info region, but user wants to know what info was already accessed after this region is closed, so link should stay colored.
    I

    Here is my solution.
    On click I store the record key in page item, say P100_KEYS, and append keys (with ; separator) each time the link is clicked in any record. Then DECODE(SUBSTR(:P100_KEYS,INSTR(:P100_KEYS,REC_KEY)-1,LENGTH(REC_KEY)+2),';'||TO_CHAR(REC_KEY)||';','v','') in the report sql analyzes the keys, and check marks relevant records when page resubmitted. Check mark could be colored, but because link is also a gif image, it looks well as is.
    Thanks for your help and suggestions.

  • Why do eBay item listings no longer change colors after being viewed?

    Need some help with a problem – in the past, when I opened a specific listing on eBay, it changed color from blue to red when I got back out of the listing. As of late, they do not change and remain blue. As I do 20-30 music title searches daily, the color change was a real time saver as I could tell immediately when I had begun yesterday’s search as it was now red. Without the color change, I have to pay much more attention and invariably end up searching beyond that point until I realize it. Do you have any idea how I can get back to the color change? Any help would be much appreciated.
    Many thanks!

    I've seen more posts from people that also have this issue with visited links while using the Back button, so this behavior may be a regression and caused by using the cache more aggressively.
    Does opening the link in a new tab work to show the visited state of links?

  • Change color on visited links

    Firefox 35.0.01
    Intel Core i7-3770 CPU @ 3.40GHz, 32.0GB RAM, NVIDIA GeForce GTX 580
    I recently did a "refresh" (?) on Firefox and my visited links are no longer changing color. I've gone to Options - Content - Fonts & Colors - Colors... and the Link Colors option looks okay but when I click on a link it doesn't change color to indicate that it's been visited.

    Make sure that you do not run Firefox in permanent Private Browsing mode (Never remember history).
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history"
    *Deselect: [ ] "Always use Private Browsing mode"
    You can also check the layout.css.visited_links_enabled pref on the <b>about:config</b> page and make sure it has the default value.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Google web listings don't change color after clicking on them

    I don't know if this is a Google or a Firefox problem. When I do a search on Google and then click on one of the sites they list, the listing used to change from blue to purple so when I went back to that page of listings, I'd know which I had already clicked on. Now they just all stay blue.
    I don't know how long this has been going on. But I've been meaning to write you about it for a while. I don't know if it happened after an update. I haven't found a Firefox setting that turns that feature off and on.
    Help

    Repairing permissions is important, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two in Tiger, but longer in Leopard.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417?viewlocale=en_US

  • Screen changes colors after macbook dropped

    Yesterday I accidentally dropped my laptop and when trying to recover, the screen changes from alternating full screen colors (red - green - blue and then black and white gradients). I'm guessing this has to do with the graphics but I am not sure if this has happened to anyone else and if there is some sort of reset button.?

    That symptom appearing after a drop surely indicates hardware damage so no reset, even if available, is going to help. You'll need to have an Apple Store or Authorized service provider evaluate it. Hopefull it is something small like a damaged display cable but, if the GPU was jarred from its solder joints by the impact (quite likely) the only real cure is a new logic board.
    If you have homeowners'/renters' insurance, put your carrier on notice of an accident. many such policies cover repair/replacement after an accident--even outside the home--subject to the usual deductible.

  • Craigslist headers will not change color after clicking on it

    When I browse craigslist and click on a header to view the ad, when i go back, i have no way of knowing that i already clicked on a link because the color does not change. I have searched on the internet for a remedy but am unable to find one!

    This can happen because Craigslist opens the page in a frame, so you aren't visiting the page directly.
    You could try to check that if you right-click the frame and use "This Frame > Open Frame in New Tab" to see if that affects the visit state

  • Photosmart Premium C309g-m changes color after one copy

    I have a Photosmart Premium C309g-m. I have been printing from it since I got my iMac12,2. When I try to print more than one copy of a particular item, the color changes an the 2nd one. I can only print one at a time accurately. I can't even set the next one up while the first is printing, I have to wait until the printer stops and then I can print the next one. Hope someone can help!

    Try COPYING a page with purple color on it. If it prints the color, then the printer is fine, and there may be a color management issue in your PC. If it doesn't print purple when copying too, then the printhead has a problem. You should call HP Tech Support and ask for a printhead replacement.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Screen change color after update

    i just recently update mt daughter Ipad 2. Now it restarted and screen color are different, How can i fix this problem

    Then go to Settings > General > Accessibility > Invert Colors and turn that OFF.
    If that doesn't work try restarting or resetting your iPad:
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • Able to have a Submit button that changes color after selection

    Curious if this can be done..

    Things that you can control the color of include the border, label text, and background. You can also change the button label and icon (if present). This can all be done when it is clicked. You can also set the mouse down and rollover appearances. Some of this is controlled via JavaScript and others by setting the corresponding options. If you explain exactly what you'd like, we can provide specific guidance.

  • Power Point Slides Change Color After Importing

    I built a lot of training material (22 Captivate
    modules/movies)- Power Point slides for text, mixed with software
    simulations. Several of the modules need updating, however, since
    we upgraded from Office XP to Office 2007, I have been unsuccesful
    in importing the edited Power Point slides. Instead of the gradient
    pale-blue background with black text (as it appears in my Captivate
    movies as well as in Power Point) the moment you choose your slides
    to import into Captivate, they become purple with teal text. I had
    a co-worker access my files on a share drive and attempt it on her
    machine, with the same result.
    Anyone else having Captivate anomolies after upgrading to
    Office 2007?

    I have also had inconsistent results with PowerPoint imports
    in both Captivate 1 and 2. There seem to be less in version 2. The
    problem that I have been experiencing is with fonts. I will have a
    slide that clearly is within the frame in PowerPoint, but when
    imported into Captivate flows off the bottom of the slide. This is
    also incosistent from slide to slide. Here's what I have been
    doing. It's isn't ideal, but hopefully time will get this issued
    ironed out.
    1) I go through my normal import procedures for PowerPoint
    presentations by look closely at the thumbnails provided before the
    final import. If it looks like there is going to be a problem, then
    I bail out at this point.
    2) I go back into PowerPoint, call up my presentation, and
    the do a File > Save As> and then select the file type at the
    bottom as JPEG. It will then ask you if you want to save all. I put
    them in another directory and PowerPoint saves each slide image as
    an individual JPEG image.
    3) I go back to Captivate and import these as images in the
    file creation sequence.
    This usually results in a pretty clean set of slide.
    Hope this helps.
    Greg

Maybe you are looking for