Hey there. The Read More button on the blog page default page doesnt have the theme styling, can it?
This blog page is:
Modern Business – List layout – Excerpt (i could change this arrangement if that changes anything)
in here
http://66.7.193.7/~okami1/news/
It would be ideal if it could display like theme buttons like in
Hey andyux,
Add this to quick css:
.more-link-arrow{
display:none!important;
}
.more-link{
background-color: #d9ab28!important;
border-color: #d9ab28!important;
border-radius:5px!important;
padding:10px 20px!important;
font-size:12px!important;
color:#fff!important;
}
Best regards,
Jordan Shannon
How can i add no underline on hover?
Thank you!
Hi,
Please add this to Quick CSS:
.more-link:hover {
text-decoration: none !important;
}
Best regards,
Mike
Hi Mike thanks. I tried that and it works. But if you see the default theme button
http://66.7.193.7/~okami1/news/
it highlites on mouse-over. Im not seeing the code for that on inspect, thank you!
Hi,
Please try this instead:
.more-link:hover {
text-decoration: none !important;
opacity: 0.9 !important;
}
Best regards,
Mike
Hi Mike, had to put it in custom.css and it does it, thanks!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike