Site logo

Archived topic

Remove Read More Button BOX

11 replies · Started by 24xstudio on June 25, 2019

Viewing posts 1–12 of 12

Hey,

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

Hey,

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

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

Let me know :)

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?

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 :)

Any chance you can open a new topic for it?

Makes it much easier for us to track the issues.

Thanks :)

This archived topic is closed to new replies.