There is white bar ...
 
Share:
Notifications
Clear all

[Solved] There is white bar near menu bar

5 Posts
2 Users
0 Likes
538 Views
Posts: 3
 thl
Topic starter
(@thl)
Active Member
Joined: 3 years ago

I'm getting an issue that white bar is blocking menu. It becomes two layers after installling WPDiscuz comment plugin.

 

css

I have attached ss.

Kindly let me know solution for it.

 

thanks in adv.

wpdiscuz issue

 

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

@thl,

Could you please leave some example URL to allow us to check the issue?

Posts: 3
 thl
Topic starter
(@thl)
Active Member
Joined: 3 years ago

I just put some css found at forum. it has been hide in chrome but not in other browser.

https://www.eain36.com/property/%e1%80%a1%e1%80%ad%e1%80%99%e1%80%b9%e1%82%8f%e1%80%bd%e1%80%84%e1%80%b9%e1%80%b7%e1%80%bb%e1%80%81%e1%80%b6%e1%80%b1%e1%80%9b%e1%80%ac%e1%80%84%e1%80%b9%e1%80%b8%e1%80%99%e1%80%8a%e1%80%b9/

I tested with following css:

 

.wpdiscuz-comment-message {
display: none !important;
}

#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{
display: none !important;
}

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

Illustrious Member
Posts: 7056

@thl,

Use the CSS code below: 

.property-detail-main div#wpdiscuz-comment-message {
border:none !important;
padding: 0 !important;
}

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

Posts: 3
 thl
Topic starter
(@thl)
Active Member
Joined: 3 years ago

Cool! it works. 

thank you so much

Share: