Thanks.
]]>I want to customize the Post title link hover.
I implemented by testing the following code variations both in my CSS file & in Custome CSS plugin area with unfortunately NO result:
.related-post .post-list .item .post_title a: hover {
color: #1a1a1a;
}
.title .post_title a: hover {
color: #1a1a1a;
}
.post_title a: hover {
color: #1a1a1a;
}
Please, How to customize a link hover on Post Title?
On the other hand, I want also to ask if the CSS & settings we made directly in the plugin interface are NOT overridden by updates?
Thank You very much.
]]>I’m having difficulty changing the hover link color in the widget area. I’m privately hosting the site.
I’ve tried to type this in the Custom CSS but it hasn’t changed anything:
.widget-area .widget a:hover { color: #dd8080; }
Hope you can help me out.
]]>a:link {
color:#A099F7;
}
a:visited {
color:#A099F7;
}
a:hover {
color:#000000;
}
]]>See attachment https://i.imgur.com/Nvp6gPp.png
I think this is not issu of CSS, it should be set from the plugin.
https://www.ads-software.com/plugins/megamenu/
]]>I’m able to customize just about everything to my liking, however I am noticing that there is a “blip” I can’t seem to locate and change.
When I mouse-over “products” from Most Popular and Featured Products, the product listing and price change to blue. I’ve been able to find this blue color in the css and change it in just about every spot, except for this “hover” action.
If you notice, you can hover over the price and description themselves and they change to another ‘burgundy’ color; but if you hover over the actual product image, they change to a light blue.
I’ve scoured and scoured the CSS; searching for “hover”, “a:hover”, also looking for any of the existing blues (sometimes they were different hex colors), and I’ve even tried to look under the editing options that are usually offered with these themes and plugins; IE: changing the background using their interface. This elusive blue is just not to be found!
Does anyone have a suggestion on where else to look or is their some sort of code that can knock out the blue, regardless of where it is hiding?
this is the website: https://www.bonvivabotanicals.com/
]]>I would like to know if it’s possible to add this kind of link hover effects (https://tympanus.net/Development/CreativeLinkEffects/) to my Customizr theme – I’m aiming for the 1st or the 5th one.
I’m going nuts already, trying to get at least something similar, but nothing. It’s always 50-50, either absolutely nothing happens or it goes insane.
Anyways, I was thinking – if I just copy the whole css part of that link effect:
.cl-effect-5 a {
overflow: hidden;
padding: 0 4px;
height: 1em;
}.cl-effect-5 a span {
position: relative;
display: inline-block;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}.cl-effect-5 a span::before {
position: absolute;
top: 100%;
content: attr(data-hover);
font-weight: 700;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
in my custom CSS part, how do I connect the menu links to it? Will that even work?
Any kind of suggestion is appreciated,
thank you.
B
]]>On the right, you can see image links to social networks. They are an html code inside a text widget. The problem is that awful black space/tab that you can see when the mouse goes over them.
How can I edit my style.css file in order to take it off from this widget only without taking off the effect in the other widgets (categories, archives, tags, etc.)?
I remember I followed some instruction in this forum but I couldn’t solve the problem completely because the black background disappeared, but still there was a tiny red underline under the images.
I’m not an html/css expert, so please try to be very clear. Thank you.
]]>One small problem: the active “hit” area doesn’t quite match the tab when it’s expanded.
So when I hover over a tab, that tab slides open, but then the mouse isn’t over an active area, causing the tab to slide closed… which triggers the tab again.
Tweaking the active area of an exposed tab should correct it — otherwise, this looks great.
One request for a new tab would be a “MailChimp Subscribe” option.
Thanks,
Phillip
https://www.ads-software.com/extend/plugins/wp-flybox/
]]>