Jump to content

Enhance "Report post" Link

Featured Replies

Posted

Dear All

I would like to make the "Report post" link more prominent - perhaps by turning it into a button.

Anyone help please?

Many thanks

Bill

  • Author

Anyone able to assist please or point me in the right direction??

@Bill Edwards here you go man! Just change the background-color and color to your preference.

a[data-action*="report"] {
  background-color: #000;
  font-size:12px;
  line-height:28px;
  padding:  8px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid rgba(,,,0.1);
}
a[data-action*="report"] span {
  color: #fff; 
}

 

On 3/23/2016 at 6:59 AM, Bill Edwards said:

perhaps by turning it into a button.

Perhaps use the flag icon like mobile uses. Or for full site, add it to the text. ^_^

  • Author
54 minutes ago, Hulu said:

@Bill Edwards here you go man! Just change the background-color and color to your preference.


a[data-action*="report"] {
  background-color: #000;
  font-size:12px;
  line-height:28px;
  padding:  8px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid rgba(,,,0.1);
}
a[data-action*="report"] span {
  color: #fff; 
}

 

Many thanks. Can you assist with where this goes please?

In your custom.css when your editing the theme.

  • 1 year later...
  • Author
On 3/26/2016 at 10:25 PM, Tom Irons said:

@Bill Edwards here you go man! Just change the background-color and color to your preference.


a[data-action*="report"] {
  background-color: #000;
  font-size:12px;
  line-height:28px;
  padding:  8px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid rgba(,,,0.1);
}
a[data-action*="report"] span {
  color: #fff; 
}

 

 

I wonder if I could trouble you again. Is there a way to enhance the "Report Album" link in the Gallery in a similar way?

Many thanks

Bill

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.