remove strike through hover from wordpress menu - menu

So I have this annoying hover on the menu items that gets a line going through the text.
Sadly there is no option to remove that from theme option and tried with CSS but couldn't make it
can any one help please?
link Thank you everyone
Tried with css but didn't work

Related

adding horizontal scroll to posts automatically

where can I add div style="overflow-x:auto;" code to turn posts automatically horizontally scrollable? when it sees **table **? Thank you in advance.
i dont know so I am asking

Need to Remove Horizontal Scrollbar

For some reason I randomly have a horizontal scroll on a website I'm working on. It appears to only be on the home page. I have tried playing with padding and margins on this page and can't seem to fix it. I know I can just use the overflow:hidden css, but I really don't want to have to do this. The site I'm working on is located here:
http://www.wattins.abncomputers.com/.
I would really appreciate any help anyone can give me cuz I think I've just been messing with it for too long and need another set of eyes.
You have a div with .so-image-grid-wrapper with margin, you need to remove that

How to hide Oracle/Netsuite logo?

Please help I would like to hide the logo from the top left corner, leave only the company logo.
I've tried but I couldn't find any possible solution, any help will be very appreciated
I don't believe that is possible, without dynamically editing the DOM. I can't think of a reason why NetSuite would want to allow people to hide that logo.

Wordpress Menu Wrap

The following website's theme, http://174.132.194.251/~taninew/ is driving me crazy. I've always been able to use the css code for word wrapping and line wrapping in the past, but now it seems that my menu items wrap in two or even three lines.
How to fix that?
You'll want to make the menu items responsive, or just reduce width and padding on the menu list

ModalPopupExtender adding scrollbars in SharePoint

Whenever I show a ModalPopupExtender on my Sharepoint site, the popup shown creates both horizontal and vertical scrollbars. If you scroll all the way to the end of the page, the scrollbar refreshes, and there is more page to scroll through. Basically, I think the popup is setting its bounds beyond the end of the page. Has anyone run into this? Searching Google, it seems this may be a known problem, but I haven't found a good solution that doesn't include recompiling AJAX, which my boss will not allow.
Hacky answer would be to grab the IE Developer Toolbar, find the tag that has the scrollbar, and alter your CSS file to add the overflow:hidden property to it.
I assume the TargetControl is of sufficient size to hold everything you put in it? If so, try:
Set CSS overflow:hidden;
If the target control is a Panel, set scrollbars="none". Otherwise, put it in a panel and try it.

Resources