-
Author
-
February 25, 2015 at 05:37 #47542STIX FX EntertainmentParticipant
I am totally confused. I was working with Kleo Posts Grid within my main section and I cannot for the life of me understand where it is pulling all the colors from. If I use the grid, some sort of purple highlighting is showing that doesn’t exist anywhere in any styling options in theme settings. Also, if I use small left thumb, I can’t figure out how to change the “read more” link text color or anything else.
Help please! Thanks.
February 25, 2015 at 15:32 #47577sharmstrModeratorCan you send me a link so I can see this mystery purple?
Wait, are you talking about the left border of the title? If so, that purple means its a standard post, blue is for video posts, green is for sliders, and orange is for images. So if you want to get rid of the border, try something like.
COPY CODE.masonry-listing .format-gallery .post-title, .masonry-listing .format-standard .post-title, .masonry-listing .format-image .post-title, .masonry-listing .format-video .post-title, .masonry-listing .format-image .post-title, .masonry-listing .format-audio .post-title { border-left: none !important; }
Here’s the selector for the read more.
COPY CODE.post-footer span.muted.pull-right { color: purple; }
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
February 25, 2015 at 15:59 #47578STIX FX EntertainmentParticipantAhhhh … that is it, and makes sense now. I thought I was going crazy since I couldn’t find purple anywhere in the styling options. Knowing it is hard coded makes me feel a little better.
February 25, 2015 at 16:07 #47581sharmstrModeratorProbably seeing a page with different types of posts helps too: http://seventhqueen.com/themes/kleo/blog/
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
January 28, 2016 at 12:37 #100929shuta0331ParticipantI edited “app.css” .
But not changed.
Do you know what is wrong?/* Post Standard */
.masonry-listing .format-standard .post-title {
border-left: 3px solid #8a52ad;
}↓
/* Post Standard */
.masonry-listing .format-standard .post-title {
border-left: none !important;
}January 28, 2016 at 15:25 #100973sharmstrModerator1 – you shouldnt be editing app.css since it will be overwritten during kleo updates.
2 – Unless you have development mode turned on in theme options, app.css doesnt load. app.min.css does.
3 – Put css changes in theme options > general > quick css
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
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.