Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter icing

    (@icing)

    I have created a child-theme and will be removing the right side of the footer containing “Design by: Catch Themes | Proudly powered by WordPress”. I know how to do that in footer.php.

    Theme Author Catch Themes

    (@catchthemes)

    You can add the following css in “Custom CSS” box in Theme Options under appearance tab in your WordPress dashboard:

    .copyright {
        text-align: right;
    }

    Thread Starter icing

    (@icing)

    Thanks Sakin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Simple Catch] What is the best way to centre the "All Rights Reserved" footer.’ is closed to new replies.