Home Forums Basel support forum Copyrights size

Copyrights size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3398

    Anonymous
    Inactive

    Hello

    How can I change the size and the color of the copyrights in the footer. I have tried to invent a CSS, something like .footer .copyrights… without succes !!!

    Could you give me a correct one please ?

    #3409

    Artem Temos
    Keymaster

    Hi,

    Here is code snippet that will help you to change your copyrights

    
    .copyrights-wrapper {
        color: #ca9696;
        font-size: 18px;
    }
    

    Regards

    #3411

    Anonymous
    Inactive

    Thank you very much !

    #3419

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Copyrights size’ is closed to new replies.