Formatting issues on listing page

This topic contains 5 replies, has 3 voices, and was last updated by  annabella 6 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #386161

    annabella
    Expired Member
    Post count: 42

    Hi there – wondering if you can help with the formatting issues in my categories.
    There is a > showing in each category.
    I’ll post link in the following reply.

    #386162

    annabella
    Expired Member
    Post count: 42
    This reply has been marked as private.
    #386175

    Guust
    Moderator
    Post count: 29970

    That is added by your theme “powermag”.
    Try adding this CSS to over-write:

    .gd-cptcat-li .widget ul li:before {content: " ";}

    Let us know if that worked. Thanks

    #386248

    annabella
    Expired Member
    Post count: 42

    Thank you for your reply. Added custom css, but no luck. Please let me know if you have other ideas.
    Thanks

    #386259

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    the css should be:

    
    
    .widget .gd-cptcats-widget ul li:before {
        display: none;
    }

    Thanks,

    Stiofan

    #386287

    annabella
    Expired Member
    Post count: 42

    This worked. Many thanks! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket