Home Forums Basel support forum Change font color for the footer copyrights text

Change font color for the footer copyrights text

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

    skzlatan
    Participant

    I would like to change both the background color and font color in the bottom bar that has copyright text. I was able to change the background color using this code:

    body .copyrights-wrapper.copyrights-centered {
    		background-color: #9a9ea9;
    }

    but I can’t seem to enter the right code to change the color of the font inside it

    #204067

    Hello,

    Try to add this code:

    body .footer-container.color-scheme-light {
        color: red;
    }

    Set your color.

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Best Regards

    #204106

    skzlatan
    Participant

    The code worked. Thanks!!

    #204131

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change font color for the footer copyrights text’ is closed to new replies.