Problem with Color Customization

  • Posted in : Impose
  • pichapau
    Participant

    Hey I need help with changing the color of the link hovers, the color of the menu + footer of my blog. I tried using the built in customizer to do so, but changing the colors through that doesn’t seem to work for me. Also, I’d like to know if it was possible to remove the image logo on the footer of my blog?
    Your reply will be much appreciated. Thank you.

    serkan
    Moderator

    Hi pichapau,

    You can use this custom css code for remove the logo on the footer.

    .site-footer .site-title-wrap { display: none; }

    You can use this custom css code for changing the menu hover color;

    .nav-menu ul li a:hover { opacity: 1;  color: #f55f5f; }

    Thanks

    pichapau
    Participant

    Dear Serkan,

    I meant to change the color of the background of my menu, not the link hover. Please help me with that as I can’t seem to change the colors with the customizer.

    Also it would be such great help to me if you could also give me a custom css code for changing the overall link hovers of my blog. Thank you very much, I really appreciate it.

    serkan
    Moderator

    Hi pichapau,

    You can use this custom css code for menu background;
    .header-light .site-navigation { background: #color-code }

    You can use this custom css code for submenu background.
    @media screen and (min-width: 992px) { .header-light .nav-menu ul ul { background: #color-code; }

    Thanks

    pichapau
    Participant

    Is it possible to change the color of the footer as well?

    serkan
    Moderator

    Hi pichapau,

    You mean background color for footer?
    .site-footer { background: #ccc; }
    You can use this custom css code.

    Thanks

    efriandika.pratama
    Member

    Hy @serkan, I think, there is a bugs in theme customizer -> colors -> change the color value in Menu Background Color. It does not work correctly, I changed the color to #212933, but It did not change the navigation bg color.

    serkan
    Moderator

    Hi efriandika.pratama,
    You can try to use this custom css code;

    .header-light .site-navigation { background:  #212933; }

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register