Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #302846
    briddaa86
    Participant

    Here is the problem: I added one link to the main menu and all of the sudden it shows another color in comparison with the other text elements (black instead of green) – I didn’t do anything different than I did with the other links before… deleted it, created it anew already. I want all of them be green, how to get that?

    #302850
    Skandha
    Participant

    @briddaa86: Hello there,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #302859
    briddaa86
    Participant

    Didn’t I answer you already? It is this website again: https://bs-gartenbau.de/

     

     

    #302862
    Skandha
    Participant

    @briddaa86: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation a {
    color: #6bbcba;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #302865
    briddaa86
    Participant

    Works as well, great! The only thing that’s a bit sad: The hover over effect is gone. Any chance to get that back?

    #302888
    Skandha
    Participant

    @briddaa86: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation a:hover {
    color: #000 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #302902
    briddaa86
    Participant

    Hmmm… unfortunately it doesn’t…

    #302967
    Skandha
    Participant

    @briddaa86: Hello there,

    The code seems to be working well at my end. Can you check again?
    The result should be black text on hover.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #302998
    briddaa86
    Participant

    I checked in Safari and Firefox no hover-over-effect turning the green typo to black, I am sorry. It works really shortly in the preview of the customizer while still being logged in to WordPress. As soon as I save and leave the backend it doesn’t show in the front end unfortunately.

    #303030
    Skandha
    Participant

    @briddaa86: Hello there,

    Can you please add the code above in your Additional CSS section? I checked your site and didn’t find the code.

    Kind Regards,
    Skandha

    #303031
    briddaa86
    Participant

    I did, still not working… It isn’t THAT important, I am just irritated because the other codes worked really well.

    #303032
    Skandha
    Participant

    @briddaa86: Hello there,

    Can you please put the code back and let me know so that I can look why it is not working?

    Kind Regards,
    Skandha

    #303034
    briddaa86
    Participant

    Hey Skandha, sorry, I misunderstood. Language barrier. Now I deleted the code, is it that what you mean?

    #303035
    Skandha
    Participant

    @briddaa86: Hello there,

    No, I want you to add the following Code in the Additional CSS section and Publish.

    .main-navigation a:hover {
    color: #000 !important;
    }

    Kind Regards,
    Skandha

    #303041
    briddaa86
    Participant

    As I said, I did that already and it didn’t work. Would like to send you a screenshot that shows that I added it. It was in there and will be in there in 3 minutes again, so you can try and have a look again.

    #303044
    Skandha
    Participant

    @briddaa86: Hello there,

    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Different colors in menu’ is closed to new replies.