Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* css class list for modify yout theme */
- /*for Related post */
- /* for 'related post' text */
- .jnews_related_post_container h3.jeg_block_title {
- /* your css code here */
- color : red ; /* excample change the color to red */
- }
- /* for only 'post' text on 'related post' */
- .jnews_related_post_container h3.jeg_block_title strong {
- /* your css code here */
- }
- /* for related text title */
- .jnews_related_post_container .jeg_postblock_heading h3.jeg_post_title a {
- /* your css code here */
- }
- /* for related post category title above the post title */
- .jnews_related_post_container .jeg_postblock_heading .jeg_post_category a {
- /* your css code here */
- }
- /* for date text */
- .jnews_related_post_container .jeg_postblock_heading .jeg_post_meta .jeg_meta_date {
- /* your css code here */
- }
- /* for post meta on left (author,date,etc) on your single post page, under post title */
- /* for select all left meta post */
- .jeg_meta_container .jeg_post_meta .meta_left {
- /* your css code here */
- }
- /* for image on post meta */
- .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_author img {
- /* your css code here */
- }
- /* for 'by' text */
- .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_author .meta_text {
- /* your css code here */
- }
- /* for author name text */
- .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_author a {
- /* your css code here */
- }
- /* for date text */
- .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_date {
- /* your css code here */
- }
- /* for reading time text */
- .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_reading_time {
- /* your css code here */
- }
- /* for comment & author section on related post */
- /* for select author box */
- .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_author {
- /* your css code here */
- }
- /* for select only text 'by' on author box */
- .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_author .label {
- /* your css code here */
- }
- /* for select only text 'author name' on author box */
- .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_author a {
- /* your css code here */
- }
- /* for select comment box */
- .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_comment {
- /* your css code here */
- }
- /* for select only comment icon on comment box */
- .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_comment i {
- /* your css code here */
- }
- /* for select only 'comment' text on comment box */
- .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_comment a {
- /* your css code here */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement