Hi, i would like to know how to change the font of the category filter in the portfolio element. Now, they are a little small; I would like to make them a little larger, change the font and have them all in uppercase.
www.nicholas-chia.com/portfolio
Is there a setting i can find in the salient options menu or do i have to do some custom CSS. Please help me! thanks guys. :)
Hi, i would like to know how to change the font of the category filter in the portfolio element.
Now, they are a little small; I would like to make them a little larger, change the font and have them all in uppercase.
www.nicholas-chia.com/portfolio
Is there a setting i can find in the salient options menu or do i have to do some custom CSS.
Please help me! thanks guys. :)
Hey ,
.portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul li#sort-label { font-size: 14px !important; }
Thanks
ThemeNectar Support Team
Hey thanks, but it doesn\'t work. :(
Hey Again,
I can see the css working perfectly on the frontend . See screenshot: http://prntscr.com/7mnw17 .
Thanks
ThemeNectar Support Team
AH sorry. it took a while to update.. i dunno. i see it now too. thank you!
I\'ve managed to target each element to make them uppercase and etc. Thank you for your help!
.portfolio-filters-inline .container > ul a { font-size: 14px !important; text-transform: uppercase !important; } .portfolio-filters-inline .container > ul li#sort-label { font-size: 14px !important; text-transform: uppercase !important; } #current-category{ font-size: 24px !important; text-transform: uppercase !important; }