solved Where to Change the Color of "Read More" in Lucid?

alt=
@dcr
8 years ago
12 posts
I apologize for what I assume to be a stupid question...

I am using the Lucid skin and I am trying to change the color of the yellow background of the "Read More" box as well as the yellow line that appears beneath "Older Posts" and the title of the most recent post on the main page.

I have changed every yellow color I can find in the Style Editor and have not managed to change it. I've tried clearing the caches in case that was the problem.

Where can I find that to change it? I must be overlooking it because I have changed everything I can find that's yellow.

Thanks!
updated by @dcr: 06/16/16 08:22:54PM
douglas
@douglas
8 years ago
2,790 posts
The class .blog-index-text is what controls the yellow border, you may need to look under the non tagged section of your Style tab to find it.

The button is the .blog-index-read-more class.

Alternatively, I think you can find these in your skins/jrLucid/css/index.css file, modify them to suit your needs, and then upload the file to your server via FTP.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@dcr
8 years ago
12 posts
Thanks!

I was able to change the button color in the Style Editor but had to edit the actual CSS file to change the border-top on .blog-index-text and border-bottom on .blog-archive-header.

Tags