Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #704969

    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

    #704973

    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

    #704996

    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

    #705055

    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

    #705059

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.