Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86270
    isabella
    Participant

    Hello,
    please, can you help me to try to personalise home page,
    I bought the pro version,
    this is my work: http://www.admofvg.it/
    i need to show some photo in the buttom of the page,
    before footer,
    but just in home page,
    so i install the plugin “Swifty Image Widget” because i need to insert 4 logo,
    in “Footer area four”,
    but in need this just only in home page,
    not inside the site,
    there is any way?

    thankyou!
    Isabella

    #86293
    Mahesh
    Keymaster

    Hi @isabella,

    Thank you for using Catch Everest Pro.
    I recommend you to use Widget Visibility control plugins such as Jetpack’s Widget Visibility or Widget Visibility plugin etc. Or you may use any plugins from WordPress.org plugins repo with similar feature. And then use the widget to display your desired image in home page only.

    Regards,
    Mahesh

    #86301
    isabella
    Participant

    Hi Mahesh,
    thankyou!
    Widget Visibility works fine!

    just only another question,
    i try to align “Footer area four” in the center, but is still on the left,
    so i customaze the ccs in this way:
    #supplementary .widget-area {
    float: center;
    }
    or
    }
    #supplementary .widget-area {
    float: center !important;
    }
    #supplementary .widget-area {
    align-self: center;
    }
    ul.swifty_imgwidget_ul.alright {
    text-align: center !important;
    }

    but is still on the left…
    thank you
    Isabella

    #86302
    Mahesh
    Keymaster

    Hi @isabella,

    For aligning the footer area to the center, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .home #supplementary .widget-area {
        float: none;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Home page only 2°footer area’ is closed to new replies.