File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ protected function _register_controls()
251251 'type ' => \Elementor \Controls_Manager::COLOR ,
252252 'default ' => 'black ' ,
253253 'selectors ' => [
254- '{{WRAPPER}} .category ' => 'color: {{VALUE}}; ' ,
254+ '{{WRAPPER}} .category ' => 'color: {{VALUE}}; ' ,
255255 ],
256256 ]
257257 );
@@ -515,7 +515,7 @@ protected function render()
515515 <a class="title" href=" ' . $ post_link . '"> ' . $ post_title . ' <a/>
516516 <p class="date"> ' . $ post_date . '</p> ' ;
517517 if ($ category_name != '' ) {
518- echo '<a class="category" role="button" tabindex="0" href="google.com"> ' . $ category_string . '</a> ' ;
518+ echo '<a class="category" href="google.com"> ' . $ category_string . '</a> ' ;
519519 }
520520 echo '<a class="description" href=" ' . $ post_link . '"> ' . $ post_content . ' </a>
521521 </div>
You can’t perform that action at this time.
0 commit comments