• Hi there,

    I have some problem to setup my theme which i used for my blog, I’ve contact theme developer (Meks) support but its been 4 days ago since last email that he said provide additional CSS code until now i didn’t receive any email yet.
    Also forwarding email 2 times too ??

    So, here is take a look my blog https://ngenesbanget.com/ and look at submenu navigation. Its bugged with white background which i used for header text color on white.
    I’ve searching over google for css code to fix this but still can’t find which similiar to this.

    Look at screenshot here is what i mean, https://prntscr.com/9zzxqy

    Thanks ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi feralinger

    Can you please tell us which theme you are using.It will be easy for us to debug.

    Best Regards!!!

    Thread Starter feralinger

    (@feralinger)

    I’m using Voice theme this is paid version, can be found here https://themeforest.net/item/voice-clean-newsmagazine-wordpress-theme/9646105

    I’ve contact dev team but until now its been 3 days ago since last email from them, so i decide to solve it by looking an help here.

    Maybe dev team busy and this is weekend too, i have deadline to make this blog live so i dont want waiting much longer.

    Hi feralinger

    This is paid theme so can’t tell much about it.
    However I will provide you Custom CSS:

    ul.sub-menu li a {
       color: black !important;//your choice of color of text
    }

    The above CSS is for text color now if you want to change hover color then you can use below CSS as well:

    .main-navigation .sub-menu a:hover{
             color:#817d7d ;//your choice of color when hover
    }

    Hope this will solve your problem.
    Report if any problem.

    Best Regards!!!

    Thread Starter feralinger

    (@feralinger)

    Hey Wen,
    Thank you so much for your support, first code working like a charm my text become visible ??
    But second code for hovering options it seems doesn’t work.
    I’ve enter css code like this here https://prntscr.com/a0vylr

    Also, how i can disable white/black element marked with red box, example when you’re in home position its on white then you scroll it down change to black, also in other menu like category or post that you visit.

    Thread Starter feralinger

    (@feralinger)

    anyone please?

    Hi feralinger

    As I have seen your screenshot there seems to be double curly braces as shown here with white boxes.
    You need to remove one.

    Thanks!!!

    Hi feralinger

    Try this CSS report if any problem.

    .current-menu-item a {
        background-color: white !important;
        color: black !important;
    }

    Report if any problem.

    Best Regards!!

    Thread Starter feralinger

    (@feralinger)

    Hi there ??

    Finally its working with editing some code and adding important tag for hovering.
    But how i can get hovering effect like on this screenshot shown below:
    https://prntscr.com/a1pwui

    And then sometime its goes black again when scrolling down look at the nav menu when you are here https://ngenesbanget.com/category/fashion/ or anywhere.

    I’ll give login data for my wp admin if you need it for further investigation and get better access on all styling test.

    I’m sorry if there’s lot of problem from my blog, from dev theme support still has no response from my email.

    WEN Solutions

    (@wen-solutions)

    Hi feralinger

    Try this CSS

    .main-navigation .sub-menu a:hover {
        background-color: #42599D !important;
        color: #fff !important;
    }
    
    .nav-menu > .current-menu-ancestor > a {
        background-color: #fff !important;
    }

    If you have added CSS replied previously:

    .main-navigation .sub-menu a:hover{
    color:#817d7d ;//your choice of color when hover
    }

    Remove this CSS.

    Hope this will solve your issue.

    Best Regards!!

    Thread Starter feralinger

    (@feralinger)

    FINALLY !!

    Thank you so much Wen, you’re best support team i’ve ever seen ??

    And better than my dev theme support, they replied my email just suggest me to change it to the same color as my header background color but doesnt work.
    https://prntscr.com/a24m13

    Again, thank you so much and i’d like to hire your service someday when i can get much visitor.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Invisible text on submenu navigation bar’ is closed to new replies.