Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
gavpedz Posted April 5, 2018 Posted April 5, 2018 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.
steve00 Posted April 5, 2018 Posted April 5, 2018 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; }
gavpedz Posted April 5, 2018 Author Posted April 5, 2018 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.
steve00 Posted April 5, 2018 Posted April 5, 2018 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?
steve00 Posted April 5, 2018 Posted April 5, 2018 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; } }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.