doors Member Apr 13, 2019 #1 Hi, How can I change the thread title styling in thread view page? Thanks!
SyTry Well-known member Apr 13, 2019 #2 Hello, Add this code in your EXTRA.less template : CSS: /*Thread Title CSS*/ [data-template="thread_view"] .p-title-value { font-size: 30px; } Regards, SyTry Upvote 0 Downvote
Hello, Add this code in your EXTRA.less template : CSS: /*Thread Title CSS*/ [data-template="thread_view"] .p-title-value { font-size: 30px; } Regards, SyTry
doors Member Apr 16, 2019 #3 SyTry said: Hello, Add this code in your EXTRA.less template : CSS: /*Thread Title CSS*/ [data-template="thread_view"] .p-title-value { font-size: 30px; } Regards, SyTry Click to expand... It works, Thank you! Upvote 0 Downvote
SyTry said: Hello, Add this code in your EXTRA.less template : CSS: /*Thread Title CSS*/ [data-template="thread_view"] .p-title-value { font-size: 30px; } Regards, SyTry Click to expand... It works, Thank you!