Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269479
    MakkBlakk
    Participant

    Hi

    On the screen shot provided when I hover over any of the content pictures the description font goes to Black. I would like to be able to change this to a light grey so it does not disappear altogether. The rest of the fonts should stay as they are.

    #1269484
    MakkBlakk
    Participant
    This reply has been marked as private.
    #1269524
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
        color: #fff !important;
    }
    

    Hope that helps.

    #1269814
    MakkBlakk
    Participant

    That worked fine

    Thank you

    Mark

    #1269817
    Jade
    Moderator

    You’re welcome, Mark.

    #1271660
    MakkBlakk
    Participant

    Hi

    Sorry but the fix didnt work as expected….

    Although the font changes colour when hovering over the selection, however when the individual page is open the text disappears altogether. Can you advise

    Thanks

    Mark

    #1271662
    MakkBlakk
    Participant

    Screen shot attached

    #1271849
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating the thread. To change the color, please have the code updated and use this instead:

    .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target,
    .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
        color: #fff !important;
    }

    Please let us know if this works out for you.

    #1272293
    MakkBlakk
    Participant

    Hi
    Still wrong

    The colour for an unopened set should be white…. Only changing to my chosen colour once that page has been opened.

    #1272294
    MakkBlakk
    Participant

    Sorry I will reword that…

    When the drop down menu appears all the sub menus should have a description in white. When hovering over or opened then they should change to my chosen colour

    #1272478
    Rad
    Moderator

    Hi there,

    Is the text under each image? Seems to be okay on my end compared to your screenshots. Text aren’t black, but slightly greyish white. How about providing a mockup design of how it should look like (both idle and hover status)/

    Thanks!

    #1277514
    MakkBlakk
    Participant

    Idle should be white and hover / Open should be the current colour.

    Thanks

    #1277788
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .ubermenu-tab-content-panel span.ubermenu-target-title.ubermenu-target-text {
        color: #fff !important;
    }
    
    .ubermenu-tab-content-panel span.ubermenu-target-title.ubermenu-target-text:hover {
        color: #aab5bf !important;
    }

    Let us know how this goes!

    #1277797
    MakkBlakk
    Participant

    Almost….

    Can this work when you hover over the picture as well as the text?

    Also when you open a gallery the text remains white this should also change colour to show this is the gallery that is open…

    Mark

    #1277830
    MakkBlakk
    Participant

    Another small issue….

    When you go to a tab on the drop down menu (Sales Gallery) the Sales Gallery Tab does not have the same shading. This would probably be due to it being a disabled link… can this be fixed?

  • <script> jQuery(function($){ $("#no-reply-1269479 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>