Problem with the color of my menu on the contact page

Hello, I have a problem with the menu bar of my contact page. I would like it to be transparent (or white) and for the text to be black without modifying the menu on the main page.

link : https://crealux.ca/contact/

I would also like the hover over my social media icons, at the bottom of my main page, to not be blue but dark gray.

link : https://crealux.ca

best regards

Comments

  • Hello,

    1) To change the menu color on the Contact page only, you must use the following CSS code:

    #Top_bar .menu > li > a{
     color: #000!important;
    }
    

    And put it in the Page options of the Contact page.

    2) You must edit the Footer template, open icons options, and set the icon color on hover.

    Best regards

Sign In or Register to comment.