MiniFront Page - Change colour of the "Read more" button
- Posted by asdds (7) Offline
Hi there, I recently installed the MiniFront Page module and everything works great. However, I would like to change the color of the "Read more" button to beeter match my web palette. Could someone let me know whether it is possible and if so, how?
Thank you!!
5 years 11 months ago #1
by asdds
Thank you!!
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi, try to add this code to your css file :
5 years 11 months ago #2
by TemplatePlazza
.mfp-readon {background-red!important;}
Please Log in or Create an account to join the conversation.
- Posted by asdds (7) Offline
Thank you very much for your prompt reply. I am far from being an expert, and tried to add that line to the theme.css file in my joomla. However, the button did not change colour, is there any specific section or line where I should add that code? Thank you again!
5 years 11 months ago #3
by asdds
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Could you let me know the URL of your site so I can take a look?
5 years 11 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by asdds (7) Offline
- Posted by TemplatePlazza (5263) Offline
try this code
5 years 10 months ago #6
by TemplatePlazza
.minifrontpage-tabbed-slide-down-up a.mfp-readon {
background:blue!important}
Please Log in or Create an account to join the conversation.