Increase the size of Thumbs Up ?
Quote from nemo on June 24, 2019, 9:25 amWhile I’d prefer just the postive response and leave out the negatives I’m probably an odd one out on that.
However, I think my membership tend to not notice the reaction icons and so there are fewer hits than is normal for our forum. I know this only because over 9 years using the same type of content and audience/contributors, on a different but similar platform, there were a great number of positives. Members were encouraged to use it as a minimal but valuable feedback for the poster.
But I digress.
Is it possible to at least increase the size of the buttons, and maybe optionally change the color if each, individually if possible?.
With just a thumbs up it then becomes pleasing to see who gave them. Definitely not on though if negatives are to be shown as well.
But, if not, at all, then I’ll just try to to promote the thumbs as they are.
I’ve looked at other Plugins but they are either besotted with Facebook or are too complicated, and in some cases, just do not work in Asgaros.
While I’d prefer just the postive response and leave out the negatives I’m probably an odd one out on that.
However, I think my membership tend to not notice the reaction icons and so there are fewer hits than is normal for our forum. I know this only because over 9 years using the same type of content and audience/contributors, on a different but similar platform, there were a great number of positives. Members were encouraged to use it as a minimal but valuable feedback for the poster.
But I digress.
Is it possible to at least increase the size of the buttons, and maybe optionally change the color if each, individually if possible?.
With just a thumbs up it then becomes pleasing to see who gave them. Definitely not on though if negatives are to be shown as well.
But, if not, at all, then I’ll just try to to promote the thumbs as they are.
I’ve looked at other Plugins but they are either besotted with Facebook or are too complicated, and in some cases, just do not work in Asgaros.
Quote from Asgaros on June 24, 2019, 10:17 amHello @nemo
You can hide the dislike-button and increase the font-size of the reaction-buttons by adding the following code to Forum -> Appearance -> Custom CSS:
#af-wrapper .post-reactions .reaction-number, #af-wrapper .post-reactions .reaction-icon:before { font-size: 18px !important; } #af-wrapper .post-reactions .down { display: none !important; }It is also possible to change the color of them, for example:
#af-wrapper .post-reactions .up { color: blue !important; }
Hello @nemo
You can hide the dislike-button and increase the font-size of the reaction-buttons by adding the following code to Forum -> Appearance -> Custom CSS:
#af-wrapper .post-reactions .reaction-number, #af-wrapper .post-reactions .reaction-icon:before { font-size: 18px !important; } #af-wrapper .post-reactions .down { display: none !important; }
It is also possible to change the color of them, for example:
#af-wrapper .post-reactions .up { color: blue !important; }
Quote from sujatha90 on July 25, 2019, 5:01 pmUse the inspect element in browser to find the right css code and increase the values to update the size.
Use the inspect element in browser to find the right css code and increase the values to update the size.