Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #267539
    chiara1818
    Participant

    Dear Community,
    I am an absolute beginner with wordpress, so sorry for a maybe stupid question:
    In the catch responsive theme, the background color of the main menue is black and I want to change this by putting the right code into the additonal CSS block.

    I was already able to change the color of the footer, but I cannot find the right words for the main menue. Additionally I would like to change the color of the text within the footer…maybe you can help with this as well.

    Thanks!
    Best,
    Chiara

    #267585
    tikaram
    Keymaster

    @chiara1818: Can you please let me know the desired color so that I can provide you the exact css. Alternatively, you may upgrade to the Pro version of the theme so that you can change the color by yourself from the customizer. Let me know any other color that you would like to change along with the desired color.

    Regards,
    Tikaram

    #267691
    chiara1818
    Participant

    Thanks for your reply. I want to change the background from the main menue to the color #80000

    I tried already this (by putting it into the additional CSS part):

    .menu {
    background-color:#800000;
    }

    But this doesn’t work properly…as on the left and right side of the menu, the old color is still visable.

    Thanks for helping.

    Best,
    Chiara

    #267799
    tikaram
    Keymaster

    @chiara1818: Please try adding the following additional css.

    .nav-primary {
    	background-color: #80000;
    }

    Regards,
    Tikaram

    #267811
    chiara1818
    Participant

    Thanks – you are the best…I was so close to the solution, but not close enough 🙂 Thank you very much. Now the background color is in the favorite color.

    Maybe I can ask you something else?
    Now I want to change the color of the font of the footer into white? Maybe you can send me the CSS as well.

    Thanks a lot!

    Best,
    CHiara

    #267947
    tikaram
    Keymaster

    @chiara1818: Please try adding the following additional css.

    #site-generator {
    	color: #ffffff;
    }

    Regards,
    Tikaram

    #268130
    chiara1818
    Participant

    Hi Tikaram,
    Thanks again. I guess I used the wrong terminus. I wanted to change the color of the font of the secondary menu into white (not the site-generator). Maye one more…the CSS code for the font of the secondary menu (which I used with a widget in the footer). Thanks a lot.

    Best, Chiara

    #268132
    Sakin
    Keymaster

    @chiara1818: To change the secondary menu text color to white you can add the following CSS in “Appearance => Customize => Additional CSS”

    .nav-secondary .catchresponsive-nav-menu a {
        color: #fff;
    }
    #268385
    chiara1818
    Participant

    Thanks – I have put the code into additional CSS – but nothing has changed. The color is still blue. Here is the link to the website – maybe this helps.

    https://entwicklung.christineguttmann.at/

    Best,
    ANita

    #268432
    Sakin
    Keymaster

    Hi ANita,

    I don’t see the secondary menu on your site. Are you trying to change the color of the menu in your footer which is just above the Copyright text? Then add the following CSS:

    .site-footer .menu a {
        color: #fff;
    }

    Regards,
    Sakin

    #268502
    chiara1818
    Participant

    Hi Sakin,
    Thanks for this – now the footer menu is in white, I am happy now.

    Best,
    ANita

    #268522
    Sakin
    Keymaster

    Hi Anita,

    Glad to hear that you are happy now. So, if you like our support and theme, please leave us good feedback and rating at https://wordpress.org/support/theme/catch-responsive/reviews/#new-post. We will really appreciate that.

    Regards,
    Sakin

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Catch Responsive free Theme – change colour of menues’ is closed to new replies.