Comments Santhush started the conversationFebruary 23, 2016 at 11:55pmHi,Is it possible to increase the size of the portfolio navigation links? for Next and Previous?Thank you, 8,992Tahir repliedFebruary 25, 2016 at 9:33pmHey ,I dont see this possible at the moment without custom work. This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug . Thanks ThemeNectar Support Team Santhush repliedFebruary 25, 2016 at 10:54pmThank you. I was able to make the changes by adding the following code.#next-link { font-size: 200%; }#prev-link { font-size: 200%; } Sign in to reply ...
Hi,
Is it possible to increase the size of the portfolio navigation links? for Next and Previous?
Thank you,
ThemeNectar Support Team
Thank you. I was able to make the changes by adding the following code.
#next-link {
font-size: 200%;
}
#prev-link {
font-size: 200%;
}