Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861999

    WEFF
    Participant

    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 heaps

    #862001

    WEFF
    Participant

    This would also mean I’d need to remove the category from the post page. How do I do that?

    #862264

    Lely
    Moderator

    Hi 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.

    #864228

    WEFF
    Participant
    This reply has been marked as private.
    #864234

    WEFF
    Participant

    I’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’

    #864572

    Christopher
    Moderator

    Hi 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.

    #864983

    WEFF
    Participant

    That worked perfectly… Thank you!

    #865430

    Christopher
    Moderator

    You’re welcome.