3rd AnGle Well-known member Mar 3, 2018 #1 Hello XF, I am unable to find style properties for breadcrumb. Can you guide me where i can find it? Objective: to change color to add margin-top
Hello XF, I am unable to find style properties for breadcrumb. Can you guide me where i can find it? Objective: to change color to add margin-top
KSA Well-known member Mar 3, 2018 #2 use this in you extra.less .p-breadcrumbs { margin-top: 0px; } what color are you referring to? font color. I have not tried it but try this i hope it works. .p-breadcrumbs>li a { color: #0; } replace the 0 with your value for both codes. Upvote 0 Downvote
use this in you extra.less .p-breadcrumbs { margin-top: 0px; } what color are you referring to? font color. I have not tried it but try this i hope it works. .p-breadcrumbs>li a { color: #0; } replace the 0 with your value for both codes.
3rd AnGle Well-known member Mar 4, 2018 #3 ALMUSA said: use this in you extra.less .p-breadcrumbs { margin-top: 0px; } what color are you referring to? font color. I have not tried it but try this i hope it works. .p-breadcrumbs>li a { color: #0; } replace the 0 with your value for both codes. Click to expand... Thanks for your help. I already added the margin top in the template but was hoping to find a better solution in terms of style properties. I always thought breadcrumb had a separate style properties in xf1, hence why Upvote 0 Downvote
ALMUSA said: use this in you extra.less .p-breadcrumbs { margin-top: 0px; } what color are you referring to? font color. I have not tried it but try this i hope it works. .p-breadcrumbs>li a { color: #0; } replace the 0 with your value for both codes. Click to expand... Thanks for your help. I already added the margin top in the template but was hoping to find a better solution in terms of style properties. I always thought breadcrumb had a separate style properties in xf1, hence why