Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Strange code appearing at the top of my blogger template

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #235025
    Anonymous
    Inactive

    Hello,

    I tweaked my blogger blog template with a lot of CSS code snippets now
    I have a strange code appearing at the top of my blogger on the background template where I’ve hidden the nav bar.

    the site is http://www.thehappydandelion.com

    the code symbols appear like this at the very top of the page -top of the banner
    ,–>
    can anyone help me to remove this?

    Thanks in advance for any suggestions-
    its bugging me so much to look at.

    #235026
    Paulie_D
    Member

    It’s because it’s in the body…you can inspect it with Developer tools.

    It’s between the

    <b:if cond="data:post.labels">..</b:if>
    
    /* in here */
    
    <style id="template-skin-1" type="text/css"></style>
    
    #235028
    Anonymous
    Inactive

    Paulie D!

    THANK You so MUCH!! I am able to delete it with Developer tools but I don’t know how to save the correction. (my first time using)

    Do I have to go to code on blogger and find? or can I save from developer tools?

    :)))

    #235029
    Paulie_D
    Member

    It’s probably in the blogger template so you’d probably have to edit that.

    You can always download the blogger template (as I recall) edit it and the reupload…you’ve probably done that before.

    It’s not something that blogger would have put in so it seems likely that you added it somehow…perhaps by an incomplete removal of a comment line

    #235032
    Anonymous
    Inactive

    Thanks so much for your quick answer.

    I can’t find it in the blogger code editor :((
    I’m sure I added it by mistake-

    I see nothing like this
    /* in here */

    #235122
    gitsraj
    Participant

    if you cant find the page try add css, like this,

    body {
    color: #D9EAD3;
    }
    .content-inner {
    color: #444444;
    }

    #235131
    Anonymous
    Inactive

    Thanks for your answer. This did not work :(

    #235136
    gitsraj
    Participant

    You add the code in this file?
    3726630547-css_bundle_v2.css?
    Did you try !important?

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.