Problem With Styling - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem With Styling

A

Arthur

Helix Framework 3 years ago

For some reason my text (i.e in category names) is dark grey. I need to change it to get more contrast. It is unreadable, but I cannot find a location where to change the color. Any help appreciated.

here is an example: https://newdimension.io/index.php/en/categories

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #93924

Hi there!

Did you mean these category names? https://prnt.sc/AgVNCAjCGHHi

These are coming from Hikashop, there should be available settings for category text color.

However, the following custom code will work either:

.hikashop_category_name a {
    color: white;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
A
Arthur
Accepted Answer
3 years ago #94308

I use J4 not J3. Wehre am I supposed to place this CSS ?

0