This topic has 7 replies, 2 voices, and was last updated 9 years by lululola.

  • Author
  • #81055
     lululola
    Participant

    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.

    #81056
     lululola
    Participant

    I 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;
    }

    #81069
     sharmstr
    Moderator

    change 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #81369
     lululola
    Participant

    Hi 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.)

    #81370
     sharmstr
    Moderator

    Hmmm. 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 solution

    This 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.
    #81380
     lululola
    Participant
    This reply has been set as private.
    #81385
     sharmstr
    Moderator

    If 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 solution

    This 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.
    #81720
     lululola
    Participant

    that’s great, thanks so much!

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?