Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #251947
    hverbunt
    Participant

    Hi, I use Fotografie free for my 17 year old daughter’s site: http://nabeleving.nl. I would like to change the color of the black menu bar(s) to the color of the background of the footer: #e1ad86. I can’t find the solution. Some CSS codes seem to work on other Catch-themes, but not in this theme. She can’t afford the pro-version. Can you help me with a CSS code that override other definitions? Thanks in advance! Henk

    #251956
    Skandha
    Participant

    @hverbunt: Hello Henk,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        background-color: #f3dece;
    }
    .site-header-menu {
        border-top: unset;
    }

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

    #251966
    hverbunt
    Participant

    Yes! It works out! Thanks very much, on behalf of my daugher!

    #251967
    hverbunt
    Participant

    …But when hovering over the submenu’s the background is (on hover) still black… sorry but it would be great if you could help me out with this as well… ??

    #251974
    Skandha
    Participant

    @hverbunt: Hello Henk,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation ul ul a:hover, .main-navigation ul ul > li.focus > a {
        background-color: #f3dece;
    }

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

    #251976
    hverbunt
    Participant

    IT WORKS!!! You’re our hero today! Thanks very much (and I learn a lot of CSS from you as well..) Have a nice weekend!

    #251977
    Skandha
    Participant

    @hverbunt: Hello Henk, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. You to have a great weekend. 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change color of black menu bar’ is closed to new replies.