Please how do I remove completely the ”Enfold WordPress Theme by Kriesi” at the footer section and replace it with my own inscription pls?
Hey Wukuadad,
Just add [nolink] after your own inscription, for example:
© Mysite 2018 [nolink]
Hope this helps :)
Best regards,
Nikko
Hi,
Glad that it worked. You can adjust it in Enfold > General Layout > Dimensions (tab) > Maximum Container width. :)
Best regards,
Nikko
Hi,
No worries, can you try to edit the Fullwidth slider then set Stretch image to fit the slideshow size? to No, don’t stretch the image.
As for the slideshow height, try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #full_slider_1,
.home #full_slider_1 .avia-slideshow-inner,
.home #full_slider_1 .avia-slideshow-inner * {
max-height: 500px;
}
just adjust the max height value. If you aren’t satisfied with the results, try adding this css code also:
.home #full_slider_1 .avia-slideshow-inner img {
height: 100% !important;
width: auto !important;
}
Let us know if that helps.
Best regards,
Nikko