• Resolved riverdeckrestaurant

    (@riverdeckrestaurant)


    I have a random line of text appearing at the top of my site. It is the same line as down in the footer – I just don’t know how it got where it is. I have tried locating the code using firebug, then edit it there but it doesn’t save and just reappears on refreshing the page.
    the site is https://www.riverdecknoosa.com.au and the line is ‘created and powered by SME Mobile Media’… you can’t miss it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • does that also happen if you temporarily switch to the default theme Twenty Fourteen with all plugins deactivated?

    You can just hide it with CSS using something like:

    body h5:first-child {
     display:none !important;
    }

    seems like the theme author placed that in there for some free marketing. Should really be in the footer if it must be there.

    Thread Starter riverdeckrestaurant

    (@riverdeckrestaurant)

    Thanks Evan.
    Where will I place that css…?

    alchmyth… I will give that a try.

    Thanks,
    Jo

    Thread Starter riverdeckrestaurant

    (@riverdeckrestaurant)

    Ok, so when I switched to Twenty Fourteen, even before deactivating any plugins, it disappeared. So, it is to do with the theme.

    Thread Starter riverdeckrestaurant

    (@riverdeckrestaurant)

    Guys, thank you so much! Evan, it worked… I took a punt as to where to place that code on the stylesheeet and hey presto… nice and clean!

    Thank you, thank you, thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Random line appearing at top of site’ is closed to new replies.