• Resolved Sarabandista

    (@sarabandista)


    I’m using Anton’s Lime Constructor Theme except I’ve changed the image from the lime to one of my own only I can’t get the bubble in the Content Image space to disappear. I cannot find where to change this even. Please help. Web address is https://www.onewordbook.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Sarabandista,

    According to Firebug, the culprit is a css command contained in the stylesheet style.css located in the following path:
    https://onewordbook.com/wp-content/themes/constructor/themes/lime/style.css?ver=3.0
    The code in question is:

    .footer {
    background:url("line.png") no-repeat scroll 50% 100% transparent;
    height:80px;
    }

    To get rid of the bubble, change to this:

    .footer {
    background: none;
    height:80px;
    }

    Let me know if it works.

    Thread Starter Sarabandista

    (@sarabandista)

    I’ve tried it multiple times today and to no avail. I’ve even tried deleting and retyping all the css. Is there any other way I can fix this? Thanks for your help thus far!

    Hi Sarabandista,

    I’m a little lost here: I just went into your site, and the bubble is gone, both from the homepage and pages! ??
    Try emptying your browser cache (Ctrl+Shft+Del in most of them), and also deleting your WP cache just to be on the safe side.
    It should work. Best,

    M

    Thread Starter Sarabandista

    (@sarabandista)

    Thanks for looking out! It disappeared sometime yesterday afternoon. I really appreciate it!

    That is great news.
    Glad I could help.

    Best of luck!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lime theme bubble problem’ is closed to new replies.