Arrow in news pro widget

Writer, blogging theme for writers and authors | Support forum.
GK User
Wed Oct 29, 2014 12:14 pm
Hi,

Is it possible to delete/not show the arrow in the news show pro widget with css suffix: post-listing
Screen Shot 2014-10-29 at 12.13.32.png
User avatar
Senior Boarder

GK User
Wed Oct 29, 2014 7:43 pm
Hello,

Try to add the following code into the theme’s css/override.css file:
Code: Select all
.post-listing .gk-icon-arrow {
  display: none;
}
User avatar
Moderator

GK User
Thu Oct 30, 2014 3:02 pm
Great!!!

I could not find the overwrite file, so i pasted it with in the stylsheet.css
It worked!!!!

Can I also bake the title font bigger within the gavick news pro widget? (press magazine.com)

Regards
John
User avatar
Senior Boarder

GK User
Thu Oct 30, 2014 11:18 pm
Yes, use this code with your own font size value:

Code: Select all
.post-listing figcaption h3 {
font-size: 20px;
}
User avatar
Moderator


cron