• Resolved test484848484

    (@tellyboxcasting)


    Hi guys,

    Loving the plugin it’s working great for me!

    I just have a question about the little pin icon that appears next to the job location in the job summary page. Please see screenshot for example of what I mean -https://snag.gy/WGprvN.jpg

    How can I get that to appear next to the location in the job listing?

    Where is the code sitting that I can place elsewhere?

    • This topic was modified 4 years, 8 months ago by test484848484.
Viewing 4 replies - 1 through 4 (of 4 total)
  • You create your class and in the CSS you add

    .class:before{
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: job-manager!important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    content: ‘\e81d’;
    }

    Thread Starter test484848484

    (@tellyboxcasting)

    Yeh but how can I add this to the location in the job listing?

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi,

    I’m not clear on what it is you are asking. Can you repeat your question as specifically as possible?

    Do you mean that you want the pin icon to appear beside every location in the main Job Listings list (where you have your [jobs] shortcode)? Or do you mean something else?

    Thread Starter test484848484

    (@tellyboxcasting)

    I managed to resolve since thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Location pin icon’ is closed to new replies.