Advertisement
arie_cristianD

css_selector_code_list

Jul 6th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.95 KB | None | 0 0
  1. /* css class list for modify yout theme */
  2.  
  3.  
  4.  
  5. /*for Related post */
  6.  
  7.  
  8.     /* for 'related post' text */
  9.     .jnews_related_post_container h3.jeg_block_title {
  10.         /* your css code here */
  11.         color : red ; /* excample change the color to red */
  12.     }
  13.  
  14.  
  15.     /* for only 'post' text on 'related post' */
  16.     .jnews_related_post_container h3.jeg_block_title strong {
  17.         /* your css code here */
  18.     }
  19.  
  20.  
  21.     /* for related text title */
  22.     .jnews_related_post_container .jeg_postblock_heading h3.jeg_post_title a {
  23.        /* your css code here */
  24.     }
  25.  
  26.  
  27.     /* for related post category title above the post title */
  28.     .jnews_related_post_container .jeg_postblock_heading .jeg_post_category a {
  29.         /* your css code here */
  30.     }
  31.  
  32.  
  33.     /* for date text  */
  34.     .jnews_related_post_container .jeg_postblock_heading .jeg_post_meta .jeg_meta_date  {
  35.         /* your css code here */
  36.     }
  37.  
  38.  
  39.  
  40. /* for post meta on left (author,date,etc) on your single post page, under post title */
  41.  
  42.  
  43.     /* for select all left meta post  */
  44.     .jeg_meta_container .jeg_post_meta .meta_left {
  45.         /* your css code here */
  46.     }
  47.  
  48.  
  49.     /* for image on post meta  */
  50.     .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_author img {
  51.         /* your css code here */
  52.     }
  53.  
  54.  
  55.     /* for 'by' text  */
  56.     .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_author .meta_text {
  57.         /* your css code here */
  58.     }
  59.  
  60.  
  61.     /* for author name text  */
  62.     .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_author a {
  63.         /* your css code here */
  64.     }
  65.  
  66.  
  67.     /* for date text  */
  68.     .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_date {
  69.         /* your css code here */
  70.     }
  71.  
  72.  
  73.     /* for reading time text  */
  74.     .jeg_meta_container .jeg_post_meta .meta_left .jeg_meta_reading_time {
  75.         /* your css code here */
  76.     }
  77.  
  78.  
  79.  
  80.  
  81. /* for comment & author section on related post  */
  82.  
  83.  
  84.     /*  for select author box */
  85.     .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_author {
  86.         /* your css code here */
  87.     }
  88.  
  89.  
  90.     /*  for select only text 'by' on author box */
  91.     .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_author .label {
  92.         /* your css code here */
  93.     }
  94.  
  95.  
  96.     /*  for select only text 'author name' on author box */
  97.     .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_author a {
  98.        /* your css code here */
  99.     }
  100.  
  101.  
  102.     /*  for select comment box */
  103.     .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_comment {
  104.         /* your css code here */
  105.     }
  106.  
  107.  
  108.     /*  for select only comment icon on comment box */
  109.     .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_comment i {
  110.         /* your css code here */
  111.     }
  112.  
  113.  
  114.     /*  for select only 'comment' text on comment box */
  115.     .jnews_related_post_container .jeg_meta_footer.clearfix .jeg_meta_comment a {
  116.         /* your css code here */
  117.     }
  118.  
  119.  
  120.  
  121.    
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement