The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
There is white bar ...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] There is white bar near menu bar

5 Posts
2 Users
0 Reactions
1,060 Views
Posts: 3
 thl
Topic starter
(@thl)
Active Member
Joined: 5 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 5 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: 8 years ago

Illustrious Member
Posts: 8075

@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: 5 years ago

Cool! it works. 

thank you so much

Share: