Hi,
I have two questions:
1) Is there any way to set the default link color and underline it when someone posts a link in the topic replies or while creating a new topic someone just adds a link. Currently it looks like a text which when you hover over it then a hand symbol appears. Just by looking at it i cannot tell that a reply or topic or post includes a link.
2) The New topic or reply box area increase. Is there any way to show a bigger write area / text area by default when someone adds a new topic or replies.
Thank You.
Hi @jatin,
1) Is there any way to set the default link color and underline it when someone posts a link in the topic replies or while creating a new topic someone just adds a link. Currently it looks like a text which when you hover over it then a hand symbol appears. Just by looking at it i cannot tell that a reply or topic or post includes a link.
Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, then reset your browser cache on forum front-end by pressing [CTRL] + [F5], if you're using Safari/Mac press [CMD] + [ALT] + [E]:
#wpforo #wpforo-wrap .wpforo-post-content a { color: #3F7796!important; } #wpforo #wpforo-wrap .wpforo-post-content a:hover { color: #0000DD!important; text-decoration:underline!important; }
You can change the red marked HEX color codes using this color picker: https://imagecolorpicker.com/
2) The New topic or reply box area increase. Is there any way to show a bigger write area / text area by default when someone adds a new topic or replies.
You can try this solution: https://wpforo.com/community/postid/32630/
Thanks, I have used the code to adjust the editor height which works fine when someone wants to reply to the post means the height is adjusting via the code but not affecting the new topic editor. But when someone creates the Post by clicking on New Topic the height is still short. How can it be increases as well ?