Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #919593

    Please how do I remove completely the ”Enfold WordPress Theme by Kriesi” at the footer section and replace it with my own inscription pls?

    #919686

    Hey Wukuadad,

    Just add [nolink] after your own inscription, for example:

    © Mysite 2018 [nolink]

    Hope this helps :)

    Best regards,
    Nikko

    #919712
    This reply has been marked as private.
    #919731

    Hi,

    Glad that it worked. You can adjust it in Enfold > General Layout > Dimensions (tab) > Maximum Container width. :)

    Best regards,
    Nikko

    #919765
    This reply has been marked as private.
    #920146

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.