Viewing 13 replies - 1 through 13 (of 13 total)
  • For the ‘Lifestyle’ menu, there is a class ‘menupost’ added. It is causing the problem. Comment the following CSS code in style.css line 1331 to fix the problem.

    .main-menu > ul > li.megamenu, .main-menu > ul > li.menupost {
    position: inherit !important;
    }

    Replace the following code 1331

    .main-menu > ul > li.megamenu, .main-menu > ul > li.menupost {
      position: inherit!important;
    }

    to

    .main-menu > ul > li.megamenu, .main-menu > ul > li.menupost {
      position: relative!important;
    }

    ! But its not recommended method. Just try to create child theme

    Thread Starter princegift2892

    (@princegift2892)

    Yes this fixed the problem!

    Thank You so much ??

    Also one more thing I forgot to ask. Actually I had given the development work to a dev. But she vanished in between. So I finished the rest of the work.
    She changed the color of the sub-category ‘Health’ to pink as you can see on https://www.topyourdesk.com home page below and above any post under that ‘Health’ sub cat.
    Please see this image :
    https://www.topyourdesk.com/wp-content/uploads/2015/07/color-issue.jpg
    Now I want to change it back to its original color white or black.
    But I cannot find where has she added the color to that sub cat! I pressed F12 on chrome. There it shows me the color code as #800080 but not the location from where it is taking the color!

    Kindly help me where to find it and change the color code.

    Thank You again!

    Replace the following code 2530

    .slimScrollDiv .meta-category-small a.post-category-color-text {
      color: #fff !important;
    }

    to

    .slimScrollDiv .meta-category-small a.post-category-color-text {
      color: #fff !important;
    }

    Thread Starter princegift2892

    (@princegift2892)

    Hi a2ztechnologies

    Actually both the codes you gave are similar! Please have a check.

    Thank You.

    Oh yes i’m sorry

    .slimScrollDiv .meta-category-small a.post-category-color-text {
      color: #fff;
    }

    to

    .slimScrollDiv .meta-category-small a.post-category-color-text {
      color: #fff !important;
    }

    Thread Starter princegift2892

    (@princegift2892)

    Hi a2ztechnologies!

    I couldn’t find this line of code anywhere in style.css
    Where is it?

    Thank You.

    Sorry for late reply

    In style.css file line number : 2530

    Thread Starter princegift2892

    (@princegift2892)

    Hi a2ztechnologies!

    I changed the code as you said. But it messed up the site and also didnt solve the color issue.

    Also when I checked on the home page of my site,
    Firstly in this image : https://www.topyourdesk.com/wp-content/uploads/2015/07/color-issue.jpg
    It shows me the color code as #800080 but not the location from where it is taking the color!

    Then I scrolled down a little and check the POPULAR DESKS widget. There also Health is seen. I checked F12 for that. There separately it is defined the color code as #800080 but not the location from where it is taking the color!

    Then again I scrolled a little to CAROUSEL DESKS widget. There you can see ‘Entertainment’ category for the post ‘5 UNDERGROUND EDM ARTISTS TO WATCH OUT FOR IN 2015 !’ There also I checked with f12 for ‘Entertainment’ and the color code is shown as #a86fdf but not the location from where it is taking the color!!!!!

    NOTE : I also replaced every file of the theme with default one from my computer. Even then it didnt solve the issue!

    Please help me!

    Thank You.

    Still you didn’t update the code

    Please Try that

    https://www.topyourdesk.com/wp-content/themes/nanomag/style.css
    Line Number : 2530

    .slimScrollDiv .meta-category-small a.post-category-color-text {
      color: #fff;
    }

    to

    .slimScrollDiv .meta-category-small a.post-category-color-text {
      color: #fff !important;
    }

    Thread Starter princegift2892

    (@princegift2892)

    Hi a2ztechnologies!

    NO! I changed the code as you said. But it messed up the site and also didnt solve the color issue.

    SO I AGAIN CHANGED THE CODE BACK TO ITS ORIGINAL.

    Also when I checked on the home page of my site,
    Firstly in this image : https://www.topyourdesk.com/wp-content/uploads/2015/07/color-issue.jpg
    It shows me the color code as #800080 but not the location from where it is taking the color!

    Then I scrolled down a little and check the POPULAR DESKS widget. There also Health is seen. I checked F12 for that. There separately it is defined the color code as #800080 but not the location from where it is taking the color!

    Then again I scrolled a little to CAROUSEL DESKS widget. There you can see ‘Entertainment’ category for the post ‘5 UNDERGROUND EDM ARTISTS TO WATCH OUT FOR IN 2015 !’ There also I checked with f12 for ‘Entertainment’ and the color code is shown as #a86fdf but not the location from where it is taking the color!!!!!

    NOTE : I also replaced every file of the theme with default one from my computer. Even then it didnt solve the issue!

    Please help me!

    Thank You.

    Thread Starter princegift2892

    (@princegift2892)

    Hi all!

    Thank You for all your help!
    Finally I have fixed the issue myself. I am really happy now!

    Thank You again.

    Great !!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Urgent! Some issue with my sub menu’ is closed to new replies.