Removing a yellow box
-
Please could you provide me with the CSS code to remove the gold box in the top right hand corner of my site.
Many Thanks
The blog I need help with is findmealady.com.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will remove the gold box.
#header-auxiliary .syndicate { background: rgba(0, 0, 0, 0); }If you also wish to remove the blue/gold boxes, add this:
#header-auxiliary { background: none; } -
Brilliant, thank you! Is there any way I can lose the gold twitter and facebook buttons too?
-
Do you just want them gone entirely and not use them? If so, add the following:
.syndicate { display: none; } -
-
- The topic ‘Removing a yellow box’ is closed to new replies.