[Resolved] Remove Read More Button BOX

Home Forums Support [Resolved] Remove Read More Button BOX

Home Forums Support Remove Read More Button BOX

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #940923
    24xstudio

    Hey,

    I want to replace the current (http://prntscr.com/o6lb4g) read more box button with this (http://prntscr.com/o6la31).

    I have aligned it to the right but unable to get the exact button as shown above.

    Example URL of what I really want:https://woorkup.com/

    #940956
    Leo
    Staff
    Customer Support

    Hi there,

    Can you first uncheck display read more as button option first and link me to the page in question?
    https://docs.generatepress.com/article/blog-content-layout/#archives

    Let me know πŸ™‚

    #941645
    24xstudio

    Hey,

    I have attached the website and also unchecked the Display read more as button.

    #942018
    Leo
    Staff
    Customer Support

    Still seeing the button:
    https://www.screencast.com/t/xJUussYmCK

    Can you double check?

    Let me know πŸ™‚

    #949173
    24xstudio

    Hey,

    I have unticked the option now and I am not seeing read more option.

    #949177
    Leo
    Staff
    Customer Support

    Are you using custom excerpt metabox?

    If so you will need this PHP snippet:
    https://docs.generatepress.com/article/activating-read-custom-excerpt/#read-more-text

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    Let me know πŸ™‚

    #949191
    24xstudio

    Yeah I have changed it now but unable to align the button as https://woorkup.com/

    #949206
    Leo
    Staff
    Customer Support

    Can you try inserting a <br> tag at the end of custom excerpt first?

    Let me know πŸ™‚

    #949210
    24xstudio

    Okay I have inserted the <br> tag but its not like that.

    I think we have to give class to read more tag and usee CSS to align it right?

    #949214
    Leo
    Staff
    Customer Support

    Yup edit this existing CSS:

    .entry-summary a {
        border-bottom: 2px solid rgba(45, 130, 230, 0.4);
    }

    to this:

    .entry-summary a {
        border-bottom: 2px solid rgba(45, 130, 230, 0.4);
        float: right;
    }

    Let me know πŸ™‚

    #949222
    24xstudio

    Thanks a ton man.

    One more issue, I would like to have an clock icon for the last update date.

    Tried this but not working for me: https://docs.generatepress.com/article/generate_post_date_output/#add-icon-to-date

    Can you please help me with that also?

    #949314
    Leo
    Staff
    Customer Support

    Any chance you can open a new topic for it?

    Makes it much easier for us to track the issues.

    Thanks πŸ™‚

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