Menu header item wrong color II

Discussion in 'Photomaker WordPress Theme' started by sangermike, Aug 22, 2014.

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

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    I read from this forum the above same title and tried the recommended codes given to the member. At the back of my head I was thinking it might be specific line item to him so of course it didn't work on mine. I also have the same issue of the "gallery" not being of same white color as the rest of the menus since it's not linked to a page. I posted the code

    li#menu-item-102 a {
    color: #fff;
    }

    as suggested. Will it hurt my site putting the wrong code. and What correct code should I paste to make the changes?
    gallery.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url.

    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We couldn't see any menus on your site so we can't understand your problem. You can see screenshot.
    Please provide us live site or correct information.


    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste following code in Custom CSS and save all changes.
    Code:
    .ddsmoothmenu ul li a, .menu_wrapper.mobile ul li a{
    color:#fff;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Font color changed. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page