category bg in style properties

Xarcell

Well-known member
So I've set my image path for my new theme, and I know it works because I've gotten images to work with it.

However, i'm trying to use the style properties and stop hard coding all the styles.

Right now I'm trying to change the category background and link color in my node list. When I change the color of the background, it works. When I change the text color, it doesn't work. Also, when I set the background image path, it doesn't work.

Any ideas on what I'm doing wrong?
 

Attachments

  • screenshot_cat-bg.webp
    screenshot_cat-bg.webp
    53.2 KB · Views: 6
Try inserting top, bottom whatever position you want it to display. I've just woken up so I may be incorrect in that assumption. Try adding "top" (without the quotes) in the position box.
 
The category link color uses Category Strip Title from the page shown in your picture.

Regarding the background image... you can reference the main image path like this:

Code:
@imagePath/xenforo/gradients/form-element-focus-100.png
 
Top Bottom