How to remove the b...
 
Share:
Notifications
Clear all

[Solved] How to remove the blue frame?

5 Posts
2 Users
0 Likes
792 Views
SimonZhang
Posts: 2
Topic starter
(@simonzhang)
New Member
Joined: 3 years ago

When i click the comments frame,it show me a blue frame above it.

blu
4 Replies
Asti
Posts: 7039
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@simonzhang,

Please leave some example URL to allow us to check the issue. 

3 Replies
SimonZhang
(@simonzhang)
Joined: 3 years ago

New Member
Posts: 2

@asti

This is my website:  http://www.shenzhendeyang.com/223.html

Thanks in advance.

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7039

@simonzhang,

You can use the code below to solve this CSS conflict: 

#wpdcom .clearfix {
      background: none;
      height: 0 !important;
      padding: 0;
      margin: 0;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

SimonZhang
(@simonzhang)
Joined: 3 years ago

New Member
Posts: 2

@asti 

It work,thx.

Share: