Skip to content

Commit 2d78fc6

Browse files
committed
Update Latest-Posts-Hover.php
1 parent a512880 commit 2d78fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

widgets/Latest-Posts-Hover.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)