Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #306704
    HansH
    Participant

    Hello,

     

    I want to change color of footer editor options text after changing background.

    I cannot find nowhere, how to do this.
    Can someone give me some advice?

    Kind regards

    Hans Hagmeijer

    #306716
    tikaram
    Keymaster

    @hansh: Can you please let me know the desired color and post in your site URL as well so that I can provide you the additional css to change the footer text color.  Please let me know if you would like to change the background color as well.

    Regards,
    Tikaram

    #306718
    HansH
    Participant

    Hello Tikaram,

    thank you for answering. The url is staging.toerfietsleusden.nl. The desired color is whie. Backgroundcolor has been changed already.

    Kind regards

    hans hagmeijer

    #306793
    Sakin
    Keymaster

    Hello Hans,

    You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:

    /* Color For Footer Social Icons */
    #site-generator .social-navigation a {
    color: #a0a0a0;
    }
    
    /* Color for Footer Site Info text */
    .site-info, .site-info a {
    color: ##646464;
    }

    Regards,
    Sakin

    #306797
    HansH
    Participant

    Hello Sakin,

    Thank you for answering,

    This worked fine.

    Kind regards

    Hans Hagmeijer.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘color footer text’ is closed to new replies.