Menu Color

Discussion in 'Photomaker WordPress Theme' started by tripperking, Apr 19, 2016.

  1. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    I have almost completely altered the color - But the current page highlight apears orange - How do I control the color?

    http://photos.phototours.vegas/
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please share some edited screenshot so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    See attached - The hover over color is off
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Below is the code for that..
    Code:
    #menu li.current-menu-item a, #menu li.current_page_item a {
        background-color: #fe00a8;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    That didnt work same color - the pink and purple are making orange
     
    smith likes this.
  6. priya

    priya Guest

    Hello,

    You can change color code in above CSS code as per your requirement.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    its not working consistently - all of the links on the site on "Hover" turn orange - The active page on some things turns gray after I changed the code to test just now.

    Also only some of the menu words turn green and then only in certain browsers, again not consistent below are all the current codes in the custom css area:

    .tf_content h1 a {
    color: #84fe2f;}

    .ddsmoothmenu ul li a:link{
    color: #84fe2f !important;}
    .content-bar h1.page_title {
    margin-top: 36px !important;
    color: #84fe2f !important;
    }
    #menu li.current-menu-item a, #menu li.current_page_item a {
    background-color: #8c8984;
    }
     
  8. priya

    priya Guest

    Hello,

    Would you please try below code and check the result after that.
    Code:
    .ddsmoothmenu ul li a:hover, #menu li.current-menu-item a, #menu li.current_page_item a {
        background-color: #fe00a8;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    This is what I have now:

    .tf_content h1 a {
    color: #84fe2f;}

    .ddsmoothmenu ul li a:link{
    color: #84fe2f !important;}
    .content-bar h1.page_title {
    margin-top: 36px !important;
    color: #84fe2f !important;
    }
    #menu li.current-menu-item a, #menu li.current_page_item a {
    background-color: #8c8984;
    }
    .ddsmoothmenu ul li a:hover, #menu li.current-menu-item a, #menu li.current_page_item a {
    background-color: #fe00a8;
    }

    and it still is orange on hover On some pages -it is inconsistent - also some pages have green font text and others white
     

    Attached Files:

  10. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    In Chrome - No green fonts
     

    Attached Files:

  11. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Chrome on Different page
     

    Attached Files:

  12. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Firefox same page
     

    Attached Files:

  13. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Internet explorer
     

    Attached Files:

  14. priya

    priya Guest

    Hello,

    Would you please send us your dashboard details at [email protected] along with this thread link so that I can figure out the issue and will do it for you..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  15. priya

    priya Guest

    Hello, I have resolved your issue...

    Kindly check your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page