• Resolved rvek

    (@rvek)


    Hi.. I want to add the custom footer to my theme and it is not available on the free theme. Please help me with that

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Startup Blog!

    This theme doesn’t have an option to change the text in the footer, but you can hide the text if you’d like with the following CSS:

    .design-credit {
      display: none;
    }

    Or the entire footer can be hidden like this:

    .site-footer {
      display: none;
    }

    You can copy & paste either snippet into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter rvek

    (@rvek)

    Thank u so much for your reply.. Actually I want to add some pages on footer section.

    Theme Author Ben Sibley

    (@bensibley)

    Okay I see. I’m afraid we don’t have this option available for Startup Blog.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Footer’ is closed to new replies.