• Resolved Hazman Aziz

    (@hazman)


    I see dots when i “Enable listing types”. for Li.

    How do I make it disappear? I think some with the CSS

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @hazman
    as far as I can see, there are no dots on the list of the jobs shortcode. But if you are looking for the CSS calss, it should be this one here:

    .rp4wp-related-job_listing>ul li.job_listing, .rp4wp-related-job_listing>ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
        list-style: none outside;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    and the one responsible just for the jobs list :

     ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
        list-style: none outside;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    • This reply was modified 2 years, 10 months ago by braehler.
    Plugin Contributor Cena (a11n)

    (@cena)

    Hi @hazman ,

    > I see dots when i “Enable listing types”. for Li.

    With Listing Types enabled, I also don’t see ‘dots’:

    Jobs My WordPress Site 2022 04 11 08 59 46

    On the page you’ve linked, it doesn’t look like Listings Types are enabled, so I’m unable to see them there either.

    Would you link to a screenshot so we can see waht you’re referring to?

    I suspect the dots may be coming from your theme or custom CSS; do they persist if you switch to a default like TwentyTwenty?

    Best,
    Cena

    Plugin Support Jay

    (@bluejay77)

    Hi there,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enable listing types – See dots’ is closed to new replies.