Adelle theme

  • Unknown's avatar

    Hi, I’m using the Adelle theme. I like the layout but the pink and purple dots at the very top aren’t really appropriate for my site. I upgraded to being able to make customized themes, however it still doesn’t seem possible to remove them. Is it possible to remove via a script, or is there an option to turn it off? Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    It took me a while, but I figured out how to get rid of those silly bubbles. You’ll need to add this bit of CSS to your customizer under Appearance >> Customizer >> CSS:

    .site-container {
    	background: url( 'images/background.png' ) repeat-x center top;
    	overflow: hidden;
    }

    This short circuits the original code which looks for the background image at a different URL and will make the image just not appear. You can substitute your own image for that header if you’d like.

  • Unknown's avatar

    Thanks so much – this worked perfectly!

  • Unknown's avatar

    Excellent! I’m so glad to hear that it worked out for you.

    Have a great rest of your week!

  • The topic ‘Adelle theme’ is closed to new replies.