Tagged: x
-
AuthorPosts
-
March 31, 2016 at 11:51 pm #861999
Hi There,
I have been able to add text under the hover of the posts carousel by creating a category and attaching that post to the category (that is the text I’d like to appear) so the text appears but the space isn’t long enough… is it possible to increase this space?
I hear it is complex to add text here any other way…
I have child theme activated.
Thanks heapsMarch 31, 2016 at 11:53 pm #862001This would also mean I’d need to remove the category from the post page. How do I do that?
April 1, 2016 at 3:56 am #862264Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL and then a screenshot of what you want to achieve. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 2, 2016 at 9:34 pm #864228This reply has been marked as private.April 2, 2016 at 9:39 pm #864234I’d like to make the space for the circled text larger in ‘screenshot’
I have make this text a category so that it appears when I hover on the post carousel.I would then need for the categories to not appear on the news page see ‘screenshot2’
April 3, 2016 at 6:10 am #864572Hi there,
Please add the following code in Customize -> Custom -> CSS :
.x-post-carousel-meta>span { text-overflow: inherit; white-space: normal; } p.p-meta span:first-child { display: none; }
Hope that helps.
April 3, 2016 at 3:36 pm #864983That worked perfectly… Thank you!
April 4, 2016 at 12:43 am #865430You’re welcome.
-
AuthorPosts