- This topic has 8 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Flat Responsive › Bottom Widgets – Links Move When Hover
I do not want the bottom widget links moving when I hover over them…
What is the code to get this to stop ??
Hello VQP,
Assuming your problem ,please add the following css code inside your child theme’s style.css file or simply inside additional css area inside Customize panel.
.fr_widgets_bottom_widget a:hover, .fr_widgets_bottom_widget a:focus, .fr_widgets_bottom_widget a:visited {
display:none;
}
If it is not what you meant please add the URL of your website or precisely provide the image attachments where you want to make changes.
Thanks!
Sushil
That stopped the moving but now they flicker
I dont want any movement, I am not sure why you would have that anyway
Cant show site as it is not published
Thanks
Dave
Solution ?
Hi VQP,
Please undo your changes and add the following css;
.widget.w_link_slide ul li a:hover {
margin-left: 0px;
}
It should definitely work.
Thanks!
Sushil
Items are still moving ??
????
Hi VQP,
Please add this following css on child theme style.css or additional css section of customizer. So your changes will not lost on theme update.
#fr-wrapper .fr_widgets_bottom_widget a:hover {
margin-left:0;
}
If this code also didn’t work then we have to look over your website for the appropriate solution.
We look forward for your response.
Thanks
Worked
Thanks
Sounds Better, Thank you for your cooperation.
Best Regards
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.