• Resolved mhelton85

    (@mhelton85)


    It appears the plugin is picking up behavior from my theme and causing the text to only appear when hovered over on the listing page. Is there a code snippet I can use to fix this? If there is, where should I input that code?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Nithin John

    (@nithi22)

    Hi

    Thanks for reaching out to us.

    Please use the below CSS for your requirement. You can copy-paste it into the Theme Customizer.

    .awsm-job-item h2.awsm-job-post-title {
        color: #444;
    }
    .awsm-job-more {
        color: #444;
    }

    Regards
    Nithin John

    Thread Starter mhelton85

    (@mhelton85)

    That worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Listings not displaying title until hovered over’ is closed to new replies.