Alignment & colour of categories
-
Howdy, one more question by me. I wondered if there is a css-option for changing the look of the overall category headline. You can take a look at this page to see what I mean. The headline right below the main banner seems to have an almost pinkish touch, and it is not centered. I would like to have it aligned in the center and a colour like dark blue or something. Cheers !
The blog I need help with is: (visible only to logged in users)
-
Hi there
You can use the following to change the colour:
.archive .title, .pagination a, .pagination a:hover { color: #00008b; }
And center with:
.archive .title { text-align: center; }
Ben
-
- The topic ‘Alignment & colour of categories’ is closed to new replies.