This topic has 6 replies, 2 voices, and was last updated 9 years by wilfriedMarseille.
-
Author
-
September 26, 2015 at 01:00 #79538wilfriedMarseilleParticipant
Hello I Would like put a background color under thumnails description.
http://www.zikrea.com/category/tutoriels/
I try ` .main-color .post-item{
background-color: black;
}`But it make a fullscreen background.
I would like put an other color under this thumbnails (on the second link)
http://www.zikrea.comThanks you 🙂
If you love Ableton check my blog :
www.zikrea.comSeptember 26, 2015 at 16:51 #79575sharmstrModeratorNot sure what you mean by “thumnails description.” But… The background under the post thumbnail is the same size of the thumbnail, so you wont see it if you change it. You can get close by trying this:
COPY CODE.post-item .col-sm-3 { background-color: #000 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 26, 2015 at 18:05 #79598wilfriedMarseilleParticipantSorry for my bad english. Is not directly under the image thumbnails. But under the text description near thumbnails.
http://www.zikrea.com/category/tutoriels/ on this link is at the right of the image.
http://www.zikrea.com On this link at the bottom of the thumbnails.Is to make a different color between the body background and the text post description near thumbnails.
If you love Ableton check my blog :
www.zikrea.comSeptember 26, 2015 at 18:13 #79607sharmstrModeratorIts okay.
COPY CODE.post-item .post-content { background-color: #000; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 26, 2015 at 18:42 #79624wilfriedMarseilleParticipantO yess is working 🙂
Just a litte problème of width overflow for all image and height overlow for 16/9 image.
If you know the solution to hide the left part of background-color ( after the thumbnails at the left )
I could put all my thumbnail in the 4/3 format to don’t have the height overflow.If you know the 2 solutions is the Best.
To see the problem look this link http://www.zikrea.com/category/tutoriels/
Thanks 🙂
If you love Ableton check my blog :
www.zikrea.comSeptember 26, 2015 at 18:57 #79626sharmstrModeratormaybe
.post-item .col-sm-3 {
padding-left: 0 !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 27, 2015 at 01:20 #79644wilfriedMarseilleParticipantO yeah is great Now i have to change my settings because if the description get one more line the background color height is so big. And for the left all is OK
Thanks you !!!!!
If you love Ableton check my blog :
www.zikrea.com -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.