-
Posted in : Empathy
-
Hello there :)
First of all, excuse me for my ignorance… I don’t have much expertise in programming.
I brought a very nice template and I have three issues that I would like to solve.First, I would like to delete the bleeching effect of the background picture of one specific section. Please have a look at the following link in order to see exactly what I mean:
https://www.dropbox.com/s/lrx5dfpb5md71np/Screen%20Shot%202017-10-26%20at%2021.45.03.png?dl=0
Normally the bleeching effect is on the whole picture. How can I totally delete this kind of effect?The second issue consists of including a special effect on one page (same page as previous mentioned: home section). The effect is the following one:
http://vincentgarreau.com/particles.js/
Is it possible and if yes, how?The third issue is about theleft column of the template, the copyright description on the bottom part overlap with the other sections, if zoomed in :( just at one specific zoom degree. How can I solve this issue?
Please have a look:
https://www.dropbox.com/s/bh5luoajeyzv3av/Screen%20Shot%202017-10-26%20at%2022.26.02.png?dl=0My apologies for any inconvenience I caused and thank you very much in advance for your support!
Kind regards,
DanilloPS: homepage – sprovieri.eu
_
Hi Danillo,
This topic has been asked many times before. By using the search feature, you can easily reach the solution.
You can use this custom css code;
.has-bg-img .content:before { background : none }
http://www.pixelwars.org/forums/topic/styling-for-background-image-on-homepage/Your second request is not possible by default. As shown in the associated URL, too many customizations are required. In this you need to know programming at a very good level. Or you need to find someone to do it for you.
https://github.com/VincentGarreau/particles.js/The menu structure is displayed seamlessly on all devices. Your zooming is an extra experience. You can also remove this by reducing the font size by 1px.
.nav-menu ul li { font-size: 9px; }Thanks
You must be logged in and have valid license to reply to this topic.