PluginProbe
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications / 1.5
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications v1.5
2.5.0 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 All 33 releases
jobwp / assets / css / listing.php

listing.php in JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications 1.5, at assets/css/listing.php

17 lines 529 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 ?>
6 <style type="text/css">
7 /* Job Listing */
8 .jobwp-item .jobwp-job-title a.jobwp-job-title-a {
9 color: <?php esc_html_e( $jobwp_listing_title_font_color ); ?>;
10 font-size: <?php esc_html_e( $jobwp_listing_title_font_size ); ?>px;
11 }
12 /* Job overview */
13 .jobwp-item p.jobwp-overview-excerpt {
14 color: <?php esc_html_e( $jobwp_listing_overview_font_color ); ?>;
15 font-size: <?php esc_html_e( $jobwp_listing_overview_font_size ); ?>px;
16 }
17 </style>