i ‘d activated avia advanced page builder for posts,then i managed my post page but i ‘d got a problem with a bar shown in the bottom of the post witch contain related posts, i ‘d tried all the proposed solutions on Kriesi but no thing work with me
please help me !!!
Hey reraow!
It seems like you have already figured it out – http://i.imgur.com/Bm8Ie6D.png ? :)
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.chrome a.b-animate-go, .ff a.b-animate-go, .safari a.b-animate-go { display: none !important; }
Cheers!
Yigit
Hello Yigit
that’s really magic !!!
awesome please could you tell me how you figure it out ?
Hi!
Simply by inspecting elements – http://i.imgur.com/JiLQFnI.png :)
You are welcome, glad we could help! Let us know if you have any other questions or issues
Cheers!
Yigit
Hello Yigit
when i add .chrome a.b-animate-go, .ff a.b-animate-go, .safari a.b-animate-go { display: none !important; }
to my custom css all the images with effects disappeared :)
Hey!
Can you please try using following code instead
a.avia-post-nav + a.b-animate-go {
display: none;
}
Regards,
Yigit
Hi!
it works nice :)
thx alot for the help
but what the + means ?