Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #146362
    clcv37
    Participant

    Hello,
    I’m using the free Catchbox Evolution theme and I’d like to put the menu in orange (# ffa015).
    I can not find where to change it in the CSS and I can not do it with CSS aditionnal.
    http://oddali.eu/
    Thanks for your help.
    Stéphane

    #146392
    Skandha
    Participant

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

    #access-primary-menu {
        background-color:#ffa015;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #146405
    clcv37
    Participant

    Hello,
    Thank you for your prompt response.
    I have not explained well, it is the color of the characters that I want to change.
    Regarding the height just above the header image, how to reduce it?
    Thank you for your help
    Stéphane

    #146406
    Skandha
    Participant

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

    #header-menu ul.menu a {
        color:#ffa015;
    }
    #header-content {
        display:none;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #146416
    clcv37
    Participant

    Great, that’s what I wanted and more I understood how the additional CSS worked, and all thanks to you 🙂
    Thank
    Stéphane

    #146419
    clcv37
    Participant

    oops, in fact I do not understand at all 🙁
    I now want to change the color of the characters in the footer menu
    Thank you
    Stéphane

    #146428
    Skandha
    Participant

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

    #colophon #access-footer ul.menu a {
        color:#ffa015;
    }

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

    #146472
    clcv37
    Participant

    Thank you for your answer
    Stéphane

    #146475
    Skandha
    Participant

    @clcv37: Hello there, 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/catch-evolution/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. Have a good day!

    Kind Regards,
    Skandha

    #157638
    mailhunter
    Participant

    Hi,

    I’m using the Catch Box theme. If I add the code

    #access-primary-menu {
        background-color:#ffa015;
    }

    this does not work. How can I change the Color of the Catch Box Menu?

    Thank you for your help.

    mailhunter

    #157695
    Skandha
    Participant

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

    #access {
          background-color:#ffa015;
    }

    You can change the color according to your requirement.
    Let me know if this what you want.

    Kind Regards,
    Skandha

    #157858
    mailhunter
    Participant

    @Skandha:
    I added:

    #access {
          background-color:#33ff33;
    }

    for testing, but it does not work (see: https://mailhunter.eu/wordpress/wp-content/themes/catch-box-child/style.css)

    The menu color is still dark gray…

    Amy idea what my mistake is?

    #157875
    mailhunter
    Participant
    #access {
          background-color:#33ff33;
    }

    This works just in Internet Explorer, see here: https://mailhunter.eu/test.png.

    It works not in Firefox, Chrome, Edge, Opera.

    #157895
    Skandha
    Participant

    @mailhunter: Please use the following code and let me know if this works out!
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #access {
    	background:#33ff33 !important;
    }

    You can change the color according to your requirement.
    Kind Regards,
    Skandha

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