Change Hyperlink Color in Footer

I want to change hyperlink in Footer part. the text color is #c7c7c7; but when I have attach a link to it, the color change to #58d8d0; but I want to the color dose's change and stay unchanged.

link: https://barast.com/%D9%86%D8%B1%D8%AE-%DA%A9%D8%B1%D8%A7%DB%8C%D9%87-%D8%AD%D9%85%D9%84-%D8%A7%D8%AB%D8%A7%D8%AB%DB%8C%D9%87-%D9%85%D9%86%D8%B2%D9%84/

Comments

  • Hello,

    Please, try to use the following CSS code:

    #Footer a{
     color: #bfbebd!important;
    }
    

    Thanks

  • Sorry a new question

    If want to change header (h4) of footer 1 but not footer 2 or other, How can it is possible?

    i try

    1. #Footer a{
    2.  color: #bfbebd!important;
    3. }

    but it change all footer 1 to 5. I want just header color of footer 1 and footer 3 not others.

  • If you are using a <h4> tag in the Custom HTML widget, you can use inline CSS to change the color of it.

    Check the following screenshot for better understanding.

    Thanks

Sign In or Register to comment.