Hey,
how can i Change font size on the portfolio categories (All, Video, CSS, HTML, ...) and maybe use the title font?
Thanks in advance
Hey,
how can i Change font size on the portfolio categories (All, Video, CSS, HTML, ...) and maybe use the title font?
Thanks in advance
Hello,
Drop this line on your custom.css
sort_by_cat {
font-size: 18px;
font: 18px;
}
Hope this helps.
Regards,
Ismael
Didn't change anything... i tried even 30px and nothing :T
Hi!
Ismael's code contains a small syntax error. Please try following code instead:
.sort_by_cat {
font-size: 18px;
font: 18px;
}
Regards,
Peter
This topic has been closed to new replies.