• Resolved stuartist1

    (@stuartist1)


    Hello, I cannot find the answer to my problem anywhere. My site is https://www.stuartist.com After Fasthosts sorted some problems I had with my child theme, the page now looks very odd especially as it shows .site-info { display: none; } at the top of the page but also on my dashboard? How do I get rid of this please? I initial used .site-info { display: none; } to remove “Proudly Sponsored By WordPress” by adding .site-info { display: none; } to Edit CSS (under appearance. I am using Twenty Thirteen child theme.

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

Viewing 12 replies - 16 through 27 (of 27 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try removing the space in your Child Theme folder name

    Thread Starter stuartist1

    (@stuartist1)

    I tried that thank you but nothing has changed.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Odd, it’s still trying to load the style.css file in your “child theme” folder name.

    By the way this line:

    @import url("../twentythirteenstyle.css");

    Should be this line:

    @import url("../twentythirteen/style.css");

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you try deactivating and reactivating your child theme in the dashboard

    Thread Starter stuartist1

    (@stuartist1)

    Still no luck. I contacted Fasthosts (hosting) who say
    “We are afraid this is an scripting issue which we have limited support with.” Does this help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Ok looks like it’s loading your Child Theme now

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you change this line in your Child Theme style.css file:

    @import url("../twentythirteenstyle.css");

    To this:

    @import url("../twentythirteen/style.css");

    Thread Starter stuartist1

    (@stuartist1)

    thank you, have changed as you mentioned but still no difference.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Double-check you are editing the right file, it still hasn’t changed https://www.stuartist.com/wp-content/themes/childtheme/style.css

    what files do you have in the child theme, and have you edited any of them?

    generally, any stray code appearing on top of each web page, despite changing themes, might be caused by a plugin;

    try to deactivate all plugins to see if that removes the ‘.site-info’ code form the web pages.
    then reactivate one plugin at a time and check to find the one that is causing the issue.

    Thread Starter stuartist1

    (@stuartist1)

    OMG thank you Volunteer Moderator. I had not saved the file after it was updated to @import url(“../twentythirteen/style.css”); and not /twentythirteenstyle.css”);. It works. Please excuse me for a moment while I run round my chair cheering. All of this over a simple / !
    Thank you also alchymyth for you input. I sooo appreciate he time you have both spent trying to help me.

    Thread Starter stuartist1

    (@stuartist1)

    Thank you, thank you, thank you!

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Child theme .site-info { display: none; } Problem. Proudly Sponsored By Wordpres’ is closed to new replies.