Image Map

Wednesday, October 29, 2014

Freebie: Happy Halloween!


     In celebration of Halloween this week, I decided to give out this little freebie. I only ever remember going as Dorothy and a witch for Halloween.. every Halloween. So, here are my attempts at the two costumes! Hope you enjoy! Just click to make it go fullscreen, and then right click and save. Feel free to use the designs for whatever you see fit!
 

Freebie: Social Media Sites Black Banner

Heyy. Here's some free social media site banners! 

Shoutout to Kimberly Geswein for making the CUTEST fonts.











* Multiple ways to add these to your blog-
  1) Add each banner as an image in Blogger > Layout > Add Widget > Image. Put the link for each site in the URL box. ( May have white space around image depending on your blog design)
  2) Upload each image into an image-hosting site (Photobucket for example) and go to Blogger > Layout > Add Widget > HTML. Copy code below:
 <a href="SITEURL"><img src="IMGURL"/><br>  
Change SITEURL to the link of the social media site, and IMGURL to the Direct Code retrieved from your image hosting site. Do the same thing for all banners you want, and they can all be added to the same HTML widget.

Code: Getting Rid of Image Drop Shadows

Hey you!
Here's a nice little trick to brighten up your Wednesday.
Do you have that annoying drop shadow that appears on EVERY image? Want to get rid of it for a nice, cleaner looking blog? 


Just copy the code below:

 .post-body img, .post-body .tr-caption-container, .Profile img, .Image img,  
 .BlogList .item-thumbnail img {  
  padding: none !important;  
  border: none !important;  
  background: none !important;  
  -moz-box-shadow: 0px 0px 0px transparent !important;  
  -webkit-box-shadow: 0px 0px 0px transparent !important;  
  box-shadow: 0px 0px 0px transparent !important;  
 }  

Go to Blogger > Template > Customize > Advanced > Add CSS
and paste the code in the white box.

SPECIFICS: This just overrides code in CSS to get rid of the drop shadow and padding. You are more than welcome to go find the code itself and change the values there, if you feel comfortable messing with code ;)

* It may not seem like a big difference in the two images above, but it is really noticeable when it appears on sidebar titles and signatures! *

My first post went a little like this..

Hey y'all!

I have an obsession with digital scrapbook kits and absolutely fell in love with this kit by Digilicious Design and just had to buy it. I don't even do digital scrapbooking, so I needed a reason to use this kit! Thus, this blog was created :)

I plan on sharing code to help with blog designs, freebies of products (clipart and whatnot that isn't quite good enough to sell), and just basic 
      
stuff!