Thursday 4 February 2016

Friday POST FEB 5

FRIDAY POST
 
 
 
 
 
 
 
 
 
 
Write these down then answer them.
 

What I did this week...

Ideas:  network, cloud storage, created blog, used photoshop ...more...more...more.. add details



What I learnt...

Ideas: about making a blog (issues, changes, posting), About Photoshop, how to add a picture, shortcuts) ...more...more...more...add details

---
background colour    pink


Use the following CODE to fix the background issue behind the transparent images.

Go to:
Design - Layout - Template Designer - Advanced - (scroll down to) - Add CSS
then paste in the following:


.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,

.BlogList .item-thumbnail img {

  padding: 0 !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;

}

No comments:

Post a Comment