Hi,
How can i say in the styling that a url in the text always is color #987654 and the text is underline, but only in the main, not in the header or footer ?
Hey BPC,
Try using:
#main a {
color: #987654;
text-decoration: underline;
}
Hope this helps.
Best regards,
Nikko
it is working, but, i have 1 button that give’s a problem.
See the link in private page
i have give it for a test a red background.
the button “Terug naar overzicht” is wrong.
this must be white, but it won’t change
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: red !important;
color:white !important;
text-shadow: transparent !important;
border-color:#b0a276 !important;
}
Hey!
Thank you for using Enfold.
The following css code overrides your modification.
#main a {
color: #b2a35a !important;
text-decoration: underline;
}
Add this code below that one.
#main .button.wc-backward {
color: #ffffff !important;
text-decoration: none !important;
}
Cheers!
Ismael