• Resolved creoadmin

    (@creoadmin)


    I have figured out how to remove the date posted in grid view. How can I remove it from a single job post as well?

    Also, is there a way to increase logo size in grid view?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello creoadmin,

    For removing job posted date, customize the following templates.

    For grid view:
    simple-job-board/templates/listing/grid-view/posted-date.php

    For single job post:
    simple-job-board/templates/single-jobpost/job-meta/job-posted-date.php

    Note: Please use the SJB templating feature to prevent the changes lost on plugin update. For templating, visit the other notes section.

    Thank you for writing to us. Let us know if we can assist you further.

    Regards,
    PressTigers

    • This reply was modified 8 years, 1 month ago by PressTigers.
    Plugin Author PressTigers

    (@presstigers)

    Hello creoadmin,

    To increase company logo size, please change the height and width parameters.

    Currently, these styles are applied on logo

    
    .sjb-page img {
        height: auto;
        max-width: 100%;
    }
    

    Override these styles in your activated theme’s styles.css & change these according to your requirements.

    Thanks & Regards,
    PressTigers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Date Posted’ is closed to new replies.