Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1192853

    Dear all,

    I am using Enfold on my blog. I set it up using the Lifestyle Demo.
    On the startpage there is a “Read more” button for each post which I would like to change a bit.

    On quick CSS I added this code which works for me:

    .slide-loop-1 .read-more-link a{
    	border-style:none;	
            margin-top:15px;
    }

    But this way I would have to add also .slide-loop-2, slide-loop-3 and so on.
    I am not too familiar with CSS but I thought there must be some kind of CSS-wildcard to use.
    I rechered a bit on the web and found this:

    .div[class^='slide-loop-'] .read-more-link a {
    border-style:none;	
    margin-top:15px;
    }

    But this does NOT work.
    Can anybody help?

    Thank you in advance.

    #1193041

    Hey RainerKnappe,

    There are other classes which you can target, you could try something like this for example:

    .avia-content-slider .read-more-link a {
      border-style:none;	
      margin-top:15px;
    }

    Best regards,
    Rikard

    #1193072

    Hey Rikard,

    this workes great.
    Thanks a lot!

    Rainer

    #1193157

    Hi Rainer,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1193187

    Hi Rikard,

    yes you can close the topic.
    Once again thank you.

    Rainer

    #1193309

    Hi Rainer,

    Great! :)

    We are closing the thread.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing CSS for Read More – Link (Lifestyle Demo)’ is closed to new replies.