Edit font css snippet in the attributes

.hp-listing–view-block .hp-listing__attributes–primary .hp-listing__attribute {
font-weight: bold;
color: orange;
}

I used this css snippet to change the weight and the color of the attributes (1st image)… How to edit this ccs snippet to make the same changes in this area (second page)
1st image

second image

try switching “block” with “page” assuming the first snippet worked, .hp-listing–view-page .hp-listing__attributes–primary .hp-listing__attribute {
font-weight: bold;
color: orange;
}

1 Like

Thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.