-
Author
Tagged: post border title colors
-
October 6, 2015 at 08:07 #81055lululolaParticipant
Hi, can you please tell me how to remove the mulit-colored lines next to titles on posts. Also the left border of posts (where those lines are) makes it a thicker border on the left versus the right so it’s UNEVEN. How can I modify CSS to ensure the post border is even? thanks.
October 6, 2015 at 08:36 #81056lululolaParticipantI have since found your code for changing the colors (from another post, below, thanks), but I still need to fix it so that the left side border is not thicker than the right. Please advise, thanks.
.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-color: red !important;
}October 6, 2015 at 11:09 #81069sharmstrModeratorchange border-color: red !important;
to border-left: 1px solid red !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
October 7, 2015 at 21:34 #81369lululolaParticipantHi I fixed the color issue – but still need to shave off the excess border on the left side. The right side border is perfectly flush but the left side has excess border (past the edge of the video.)
October 7, 2015 at 22:06 #81370sharmstrModeratorHmmm. If I add this
COPY CODE.masonry-listing .post-content { border-left-width: 1px !important; }
I get the attached.
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
Attachments:
You must be logged in to view attached files.October 7, 2015 at 22:34 #81385sharmstrModeratorIf I dont use any of the previous code (since now you just want to hide all borders and color) and just add this
COPY CODE.masonry-listing .post-content .post-title { border-width: 0 !important; } .masonry-listing .post-content { border-width: 0 !important; }
i get the attached. I purposely didnt use a bg color so you could see that the border is gone.
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
Attachments:
You must be logged in to view attached files. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.