• Hello. There is a frame at bottom of Sydney template like “Proudly powered by WordPress | Theme: Sydney by aThemes.”. How can I remove this frame or change the text?

    Regards,
    Sedat

Viewing 1 replies (of 1 total)
  • Hello,

    The simple ways is by hide it. You can add the following css code to the styles.css file in your child theme, or use a simple custom css plugin:

    .site-info {
        display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘removing bottom advertisement’ is closed to new replies.