Default colour changes in Alves

  • Unknown's avatar

    Please can you help me to change the default colour in four places on Alves:

    1. The Menu+ hamburger on mobile view
    2. Blog post headings
    3. The colour of links in blog posts
    4. Close and accept hamburger in the privacy & cookies banner.

    Thank you very much.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the following code should help.
    In your CSS editor:

    1. Menu+ button color change:

    .main-navigation #toggle-menu {
    background: enter-color-here;
    }

    2. Blog post heading change:

    .entry-header, .page-header {
    background: enter-color;
    }

    3. Are you referring to internal links which lead to other pages of your blog, or to external links which you share within a blog post?

    4. Close and accept button color:

    body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
    background: enter-color;
    }

    If you can get back to me about with more info about which links you’re referring to, I’ll gladly let you know how to update the link color. Let me know if anything doesn’t work properly. Thank you!

  • The topic ‘Default colour changes in Alves’ is closed to new replies.