Change the "Continue Reading"
-
Hello,
I am currently using the Sela Theme.
IS there a way we can highlight the “Continue Reading” in a box format so that it looks more good.
For example like in this site : http://www.allsheneeds.in/Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following and see what you think. You can adjust the color as desired.
.more-link { background-color: #b3f4e8; color: #333; display: block; padding: 6px 15px; text-align: center; } -
Hello @thesacredpath,
Ite does look good!
– Could you also tell me how to change the text from “Continue Reading” to “Read More”.
– And how can i change the font of the same to ‘karla’
– Also if we could just make this box into a 1 to 1.5 inch box instead of it covering the entire length.
– Also i am clueless how to get the color code for pink color (I would want the same color as the menu tab) Is it possible for you to tell me the color code?Thanks!
-
Change the rule I gave you to the following to reduce the width and change the background color to the pink. That button font is already set to karla.
.more-link { background-color: #f692a4; color: #200; display: block; padding: 0 5px; text-align: center; width: 100%; max-width: 200px; margin-left: auto; margin-right: auto; }Due to the way the HTML and CSS are constructed, I can’t change the text of that button.
-
-
- The topic ‘Change the "Continue Reading"’ is closed to new replies.