Hi
I just succeeded in removing the lightning bolt icon between posts, but I think the space between the posts is to big now when the icon is gone.
How can I change space between blog posts?
Best,
Martin
Hi
I just succeeded in removing the lightning bolt icon between posts, but I think the space between the posts is to big now when the icon is gone.
How can I change space between blog posts?
Best,
Martin
And..
How can I remove the lightning bolt icon from the webshop? I did remove them from the rest of my website but the code did nothing to the webshop icons.
Thanks
Hey,
add following code to css/custom.css:
#top .post-title.big_title {
background: none transparent;
}
#top .post-title.big_title {
padding-bottom: 20px;
}
.hr {
padding: 10px 0;
}You must log in to post.