remove the CONTINUE READING ➞
- The topic ‘remove the CONTINUE READING ➞’ is closed to new replies.
Need help? Check out our Support site, then
Hello, I need to remove the CONTINUE READING ➞ please, thank you.
The blog I need help with is: (visible only to logged in users)
Another question, I need to move the category and labels to the foot of the post, now they are up and I want them to be on the feet, again thanks.
Hi,
> Hello, I need to remove the CONTINUE READING ➞ please, thank you.
Please go to Customize > CSS and add the following CSS:
.link-more { display: none; }
> Another question, I need to move the category and labels to the foot of the post, now they are up and I want them to be on the feet, again thanks.
I’m afraid we can’t move the category and tags to the foot of the post. The position is fixed and can’t be changed.
Ok thank you very much, I need help with the extension within the post, I found this:
.page .site-content .content-area {width: 100%; }
.home .site-content .content-area {width: 100%; }
but I just need to expand inside the post, not on the homepage.
Excuse my english please. Thank you.
Hi, please use this CSS:
.single .site-content .content-area { width: 100% }
Thank you very much!