- This topic has 5 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Create Read More Button on Featured Posts
Tagged: featured posts, read more button
Hi,
My site: http://www.distinctivebeauty.net
Please advice me for how to create “read more” button at featured posts to be same as read more button on portfolio page
Thanks,
Bagus
It’s kind of difficult to test code on your site because of either the slider or the live chat that appears (it’s preventing me from testing code in the web inspector)
Since I can’t really test it, you can try adding this to your css –
.more-link {
background: none repeat scroll 0 0 #4C5E6B;
box-shadow: 0 1px 2px #000000;
color: #FFFFFF;
display: block;
font-family: arial,serif;
font-size: 14px;
line-height: 18px;
margin: 10px 2px;
padding: 4px 0;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px #333333;
width: 100px;
}
I’m not sure how that will affect your “Read More” links or not (since there is something on your site that is causing the web inspector to freeze) but the class that is used for the “Read More” section is labeled – “.more-link” as shown in the above code.
I create awesome sites for awesome people! Contact me if interested โ ericsanchez1585@gmail.com
After adding above CSS in the last line, nothing changed
I’ve disable the live chat for you, it still didn’t worked. If on next step, you need me disable the slider then I’ll try to disable it
Thanks,
It looks like you got it working, correct?
I create awesome sites for awesome people! Contact me if interested โ ericsanchez1585@gmail.com
Yes, it works. I’ve place your advice to button section (which it’s wild guess for someone just learn CSS, lol)
Sorry for not re-post the current situation.
Thank you Eric.
No problem ๐ Glad you got it working.
Let us know if you need anything else.
I create awesome sites for awesome people! Contact me if interested โ ericsanchez1585@gmail.com