drop down menus are 2 different colours

Discussion in 'Appointway WordPress Theme' started by sfmsfm, Nov 25, 2013.

Thread Status:
Not open for further replies.
  1. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    the menu when your on ONLY these 2 pages shows from the "contact" drop down menu the wrong colours :eek:
    ON the same page the website drop down menu is the CORRECT colour! :D

    how can the same page and ONLY on these 2 pages show 2 different colours in the drop down menu?? I checked the code.............


    }
    #menu .ddsmoothmenu li ul{
    background:url(images/menu-tip-blue.png) 24px 2px no-repeat;
    padding-top:10px;
    }
    #menu .ddsmoothmenu li li {
    background:url(images/drop-menu-bg-red.png) repeat;
    }
    #menu .ddsmoothmenu li li a {
    background:url(images/menu-heading-seprater-red.png) bottom center repeat-x;

    and I checked the images - they are the correct images and colours I want to use

    but only on http://www.scarboroughwebdesign.co.uk/site/clients-comments/ AND http://www.scarboroughwebdesign.co.uk/site/terms-and-conditions/ does the "contact us" drop down menu show the blue background!!!! when it is supposed to be as the code above which is the website drop down colour.

    where is it pulling this "extra wrong code from?"

    because I need fast answers I will delete the page and redo it and see if that works - just no idea why these 2 pages are special
     
  2. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    nope tried creating the pages again and they have the blue drop down menu for the contact section ONLY !!!!!!!!!!
    what the heck?? I was going to release this site today seems I won't get to again :(
    not until these last 2 issues are cleared up menu and the appointment widge not showing the css!
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For dropdown.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li.current_page_item a:hover {
    color: #508fcc;
    }
    #menu .ddsmoothmenu li li a:hover {
    color: #508fcc;
    }
    
    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    tried that but got this message and site gone at the moment

    Not Acceptable

    An appropriate representation of the requested resource /site/wp-admin/themes.php could not be found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
     
  5. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    didn't work
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I have asked for dashboard detail in another thread.
    Please send it. I will look your this issue too.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    Hi I sent it 24 hours ago sorry 23 hours ago :)
    still waiting the site was supposed to be live begining of the week and I have to hold everything up :(
    looks like I have to set it live while broken which I am not happy about
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Issue resolved. Please check your site.
    I have added css code in custom css.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  9. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    to me I see 2 different colours but ONLY on these 2 different pages and still don't know why

    am I looking at cache? will clear later and try again
     

    Attached Files:

    • not.jpg
      not.jpg
      File size:
      622 KB
      Views:
      2
  10. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please check it now.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  11. sfmsfm

    sfmsfm Member

    Joined:
    Aug 24, 2012
    Messages:
    39
    Likes Received:
    0
    yes yes yes! thank you so much that was one I just couldn't figure out :)
     
Thread Status:
Not open for further replies.

Share This Page