Hello,
I want to have in my Main Content Area the Links in Colour #FDC322
and th Colour with the formatted Text (like Bold or so on) in #1B1D3B
I found only the field with “Font color for links, dropcaps and other elements”
and there is only one colour for both elements!
Have many thanks,
Marc.
Hey queendad,
it should be the following custom CSS
a { color: #FDC322; }
strong a { color: #1B1D3B; }
Let me know if that work out for you
Best regards,
Basilis
Yes! It worx!
Thank You :)