PluginProbe
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications / 1.3
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications v1.3
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 / single.php

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

12 lines 298 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 .circulr-details-top .jobwp-job-title {
9 color: <?php esc_html_e( $jobwp_single_title_font_color ); ?>;
10 font-size: <?php esc_html_e( $jobwp_single_title_font_size ); ?>px;
11 }
12 </style>