interforo Active member May 31, 2018 #1 How can I change the color of the background links? Thank you
KSA Well-known member Jun 2, 2018 #2 Changing the color of the text would much more cleaner than changing the background IMO. To change the txt color put this code in your extra.less template Code: .p-breadcrumbs a { color: red; } ^ change where it says red to suit your preference if you want to change the background color put this code in extra.less template and change the color as you like Code: .p-breadcrumbs { background: red; } Upvote 0 Downvote
Changing the color of the text would much more cleaner than changing the background IMO. To change the txt color put this code in your extra.less template Code: .p-breadcrumbs a { color: red; } ^ change where it says red to suit your preference if you want to change the background color put this code in extra.less template and change the color as you like Code: .p-breadcrumbs { background: red; }