[Resolved] Divider lines

Home Forums Support [Resolved] Divider lines

Home Forums Support Divider lines

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #508309
    Piotr

    Hi guys!

    Is there a way to insert a “divider” line under each blog post?
    Here is the example of what I’m thinking about :
    example

    Thanks!

    #508412
    Leo
    Staff
    Customer Support

    Hi there,

    Try CSS like this:

    .post {
        border-bottom: 1px solid #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #509399
    Piotr

    Great! Thank You πŸ™‚

    #509780
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1314931
    MADHEPUR

    Hey Tom,I want to make a ease out transition to read more button with ease-in-out on hover of o.3s.
    Thanks in advance

    #1315258
    David
    Staff
    Customer Support

    Hi there,

    can you raise a new topic where you can share a link to your site and explain a little more on what the ‘transition’ should be.

    #1315336
    MADHEPUR

    Hey David below is the link of someone’s website and I want exactly the same transition to read more button.
    Here is the link :Website link

    And I got this code from browser inspection tool :the transition effect is not working on my website
    My website Link

    a.read-more.button {
    font-size: 18px;
    background-color: rgba(255,255,255,0);
    color: #115cfa;
    text-decoration: none;
    background-image: linear-gradient(transparent 2px,#2ed392 2px,#2ed392 4px,transparent 4px),linear-gradient(transparent 2px,#d8dce9 2px,#d8dce9 4px,transparent 4px);
    background-size: 0% 6px,100% 6px;
    background-position: 0 bottom,0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding: 10px;
    font-weight: bolder;
    }

    #1315434
    David
    Staff
    Customer Support

    It looks like it is working to me ? Try clearing your browser cache

    #1315896
    MADHEPUR

    Oh yeah it’s really working thanks from bottom of my heart.

    One more query :
    I want to give 2 pixel horizontal line below my each featured post only but not to the wheel site content.

    #1315899
    MADHEPUR

    Sorry whole site.

    #1316044
    Leo
    Staff
    Customer Support

    Can you open a new topic for your question?

    Thanks πŸ™‚

    #1316569
    MADHEPUR

    Hey there, I want to remove #more-123 from the URL when cLicked on read more button.

    #1316969
    Leo
    Staff
    Customer Support

    Please open a new topic for your question as it’s completely unrelated to the original topic here.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.