Posted April 5, 20187 yr In an effort to make my community more self-moderated I want to make the report post link a little more prominent. Is there any way I can style that link only to make it stand out a bit more and maybe move it next to the quote and edit post links? People just miss it in its current placement. Edited April 5, 20187 yr by gavpedz
April 5, 20187 yr You can move it of course but then you would likely have to revert the template and re-do the change with every upgrade could try styling to your own requirements e.g. in custom.css add: .ipsFaded.ipsFaded_more { Opacity: 1; } [data-action="reportComment"] { background: blue; padding: 5px; opacity: 1; }
April 5, 20187 yr Author Thanks for this. That helps but part of the problem is that this link isn't even shown unless a user hovers over the post. Is there a way to make it so that the link shows all the time and on mobile for it to be text as well rather than the flag. Edited April 5, 20187 yr by gavpedz
April 5, 20187 yr 1 hour ago, gavpedz said: Thanks for this. That helps but part of the problem is that this link isn't even shown unless a user hovers over the post. Is there a way to make it so that the link shows all the time and on mobile for it to be text as well rather than the flag. have you tried my code before your post as should be showing all the time?
April 5, 20187 yr May have a problem have text show instead of flag as appears to drop the date out of alignment Try yourself and see add in custom.css: /* Smartphones (portrait and landscape) ----------- */ @media screen and (max-width: 767px) { /* Styles */ html[dir] .cPost .ipsComment_meta .ipsResponsive_hidePhone { display: inline !important; } html[dir] .cPost .ipsComment_meta .ipsResponsive_showPhone { display: none !important; } } Edited April 5, 20187 yr by steve00
Archived
This topic is now archived and is closed to further replies.