Hi, i wanted to know how can i change the “Read more →” link into the style of a button link?
Also when you hover of the post image, how can i change the animation to say a zoom in effect?
Many thanks for all your help
Carl
Can i be a pain and also ask you how do i add the lines above & below the titles in the blog sidebar like in your other theme style: http://kriesi.at/themes/enfold-health-coach/blog
I would like to copy that but only for the blog sidebar title widgets
Hey Carl!
1&2- Can you please post the link to example pages?
3- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .widgettitle {
border-style: solid;
border-width: 1px;
padding: 10px 0;
border-left: none;
border-right: none;
margin-bottom: 15px;
}
Regards,
Yigit
Hi Yigit,
Thank you for getting back to me so quickly :-)
Here is the link to my first & second question: http://www.framework.shephardengineering.co.uk/news
If you hover over the posts image you get a a round arrow icon but id like to change that to the zoom animation if possible.
Many thanks
Hey!
Please add
.more-link {
background: #000;
padding: 10px;
}
and change the colors based on your needs.
Let us know if that works out for you
Best regards,
Basilis