Background under the intro text

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 10, 2014 6:10 pm
Reply with quote
Report this post
http://www.laghirlandaia.it/test2

Hello, is possible to have a 50% black background only around the white text?
User avatar
Senior Boarder

GK User
Mon Mar 10, 2014 6:14 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > div {
background-color: rgba(0,0,0,0.5)
}


This code will create effect closest to desired by you.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Mar 10, 2014 6:37 pm
Reply with quote
Report this post
Tnx
Only around text is possible or too complicated?
User avatar
Senior Boarder

GK User
Mon Mar 10, 2014 6:48 pm
Reply with quote
Report this post
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > div > h2,
.gkIsWrapper-gk_creativity .figcaption > div > h1 {
background-color: rgba(0,0,0,0.5)
}
User avatar
Moderator

GK User
Mon Mar 10, 2014 7:05 pm
Reply with quote
Report this post
Tnx a lot!
User avatar
Senior Boarder


cron