Tagged: custom.css, read more
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.
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
Hey Rikard,
this workes great.
Thanks a lot!
Rainer
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
Hi Rikard,
yes you can close the topic.
Once again thank you.
Rainer
Hi Rainer,
Great! :)
We are closing the thread.
Best regards,
Victoria