Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28230

    Hi is there a bot of css code I can add to ENFOLD to change the colour to a lighter one in the footer area please

    I am using predefined colour scheme cyan – I have tried changing the colours in the styling options

    #136920

    Hi,

    This is for the footer widget title:

    #footer .widgettitle {
    color: red;
    }

    This is for the footer text like paragraphs, minitext etc.:

    .footer_color {
    color: blue;
    }

    Use this for the links:

    .footer_color a {
    color: pink;
    }

    .footer_color a:hover {
    color: violet;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS to change all font color in footer please’ is closed to new replies.