Topic Resolution: Resolved
  • Closed
  • Thomas Stather
    Spectator
    10.11.2015 at 09:33 #21939

    Hi

    I am new to this forum and use alora (v2.7.1) to build my website.

    A simple question, how can i change the color of the copyright text on the bottom of my website?
    If it involes changing CSS, can i get the files to create a child-theme, please?

    Best,

    Thomas

    Denzel Chia
    Moderator
    Posts: 2656
    11.11.2015 at 07:09 #21968

    Hi,

    You should enter css in WordPress admin -> Appearance -> Theme Options -> Custom CSS
    It will be saved in database.

    Please provide your website url and the color hex code that you require.

    Thanks!

    Thomas Stather
    Spectator
    Posts: 5
    11.11.2015 at 16:19 #21992

    Hi

    The details for the site are the same as in the other post (reply set to private).
    Please provide some code to change the copyright color to i.e. red.

    Best,
    Thomas

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:40 #22017

    Hi,

    Updated on your site.

    .copyright{
    color:red !important;
    }

    Thanks!