Results 1 to 4 of 4

Thread: Colour not changing if edit made in css

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Colour not changing if edit made in css

    Spent some time yesterday adding comments to all the # colour codes so i can easily advise myself what controls what.
    No problem & a good few hours spent doing it.

    Basic-style.css line 129 Yesterday was changed from #000000 to #FFFFFF but today has no affect at all.
    This is for the Honda fly out menu in Keys & Remotes ios only as pc is fine

    Yet again i have checked before asking here why that is ?
    Currently set to #00FF00 so i notice a change whilst trouble shooting.
    Code:
    .srt-menu li li li a {
    	background:#00FF00; /* background colour honda fly out menu ios */
    I have even removed the previos edits but no change so applied that edit again.
    Last edited by theremotedr; 02-23-2016 at 12:30 PM.

  2. #2
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Following an otlder post i added the code elsewhere and now all ok BUT i would like to know why this has happened ?

    Added this code below.
    Code:
     .srt-menu li li li a {
        background-color:#AFDFF3!important; /* background colour honda fly out menu ios */
    	padding-left:15px;
    	text-align:center;

  3. #3
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    Did you clear your web browser's css cache?
    Follow this http://www.inmotionhosting.com/suppo...-browser-cache

  4. #4
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Quote Originally Posted by theremotedr View Post
    Following an otlder post i added the code elsewhere and now all ok BUT i would like to know why this has happened ?
    What do you mean by added elsewhere?
    The reason why it works now is, probably, the !important specification. It is used to override specifications made elsewhere for a class or an id.

Similar Threads

  1. link text not changing colour
    By jonnyfreak in forum CSS
    Replies: 2
    Last Post: 08-03-2015, 06:06 PM
  2. Changing twitter feed link colour.
    By tracked1 in forum HTML
    Replies: 0
    Last Post: 12-15-2010, 12:19 AM
  3. Changing CSS colour in RSS Feed
    By steve74 in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 12-05-2010, 10:33 AM
  4. Resolved Ultimate Fade-in Slideshow - Changing Border Colour
    By Andy from Somerset in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 03-19-2009, 06:31 AM
  5. Replies: 0
    Last Post: 08-23-2008, 03:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •