• Resolved akkaneko

    (@akkaneko)


    Hi,
    Could you please tell me how to remove “Theme by Anders Norén” from drop down menu?
    I tried to set this code on CSS custermize setting but it’s had not removed.

    .site-nav footer p + p { display: none; }

    I like this thema very much!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey @akkaneko,

    To do that you have to add below css code into Appearance → Customize → Additional CSS:

    .site-nav footer .section-inner p:last-child {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter akkaneko

    (@akkaneko)

    Hi @snehalb890
    Thank you for your quick reply.
    I added above-mentioned css code, but unfortunately, “Theme by Anders Norén” is still displayed at the bottom of the Top page screen.
    Are there any other way? What else can I do??

    Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @akkaneko

    Add below css code:

    footer.site-footer.section-inner p:last-child {
      display: none;
    }

    Txs.

    • This reply was modified 5 years, 10 months ago by Anonymous User 16453565.
    Thread Starter akkaneko

    (@akkaneko)

    Hi @snehalb890
    It was worked! Thank you for your support!

    Thread Starter akkaneko

    (@akkaneko)

    Hi @snehalb890
    I have another question.
    I could remove footer “Theme by Anders Noren” above css code.
    But still displayed on fixed page footer.
    It would be very helpful if you could make additional css code to delete it.
    Thanks.

    Thread Starter akkaneko

    (@akkaneko)

    @snehalb890
    My URL is as follows.
    https://www.shichimenyaki.com/?page_id=43

    Theme Author Anders Norén

    (@anlino)

    Hi @akkaneko,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .site-nav footer p:last-child {
      display: none;
    }

    Let me know if that does it.

    — Anders

    Thread Starter akkaneko

    (@akkaneko)

    Hi @anlino
    It workded!! I have no problem now.
    I much appreciated your kindness.
    Your theme is really great!
    Again, Thank you so much for your advice!

    Akihiro

    It works. Thaks to @snehalb890 and @anlino

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to Remove “Theme by Anders Norén” from drop down menu’ is closed to new replies.