I don’t see any place in advanced styling to modify the Read More Buttons for posts. Can you please provide the proper Quick CSS
I would like to be able to change the back ground color, Font color and font size
thanks !
Hey webworm72,
Please try the following in Quick CSS under Enfold->General Styling:
.read-more-link {
background-color: red;
color: green;
font-size:12px;
}
Best regards,
Rikard
Hi Rikard
thanks for the help
I used your code and it just makes the whole bottom section one color, and no text is visible because it’s still green,see page below where I am using it for
below is what I have inserted right now. the only change I made was I used the color code for the clients color scheme , when I used your code it was red with green font,
.read-more-link {
background-color: #66bc29;
color: white;
font-size:12px;
}
never mind I dug through the forum and found the right code
.main_color .more-link {
color: red !important;
font-size: 20px;
}
.main_color .more-link {
color: white !important;
background: #66bc29 !important;
}
Hi webworm72,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
you can close this ticket
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon