badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Links in Footer

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #81331
    amitmozar
    Participant

    Hi,

    I am using the free version.

    How to add links (about us, contact us, privacy policy etc.) in footer?

    #81369

    Hi amitmozar,

    First you have to create a Menu from ‘Appearance > Customize > Menus’ where you can add list of pages and Custom Links. After Creating Menu you can use that created menu on Footer Widget area using Navigation Widget.

    For Privacy Page link create a privacy page and select that page via WP Dashboard > Settings > Privacy .

    Thanks

    #81388
    amitmozar
    Participant

    Thanks. It is done.

    One issue. The links are coming in vertical mode. I want it on horizontal mode.

    Second thing. I want the setting to open these pages in a new tab.

    #81386
    amitmozar
    Participant

    Thanks.

    It is done. I add three pages in footer – about us, contact us, privacy policy.

    But, it is coming in vertical mode -> http://prntscr.com/uonujy

    I want it to be in horizontal mode. like this -> http://prntscr.com/uonv0g

    One more thing. I need a setting that if someone click any of this link, it should open in a new tab.

    #81507

    If want to show the all About Us, Contact us and Privacy Page on the End Footer at the same place along with copyright text and powered by links and also redirect the link to a new tab then you need to hire a developer to customize the code for you. Also please make a child theme to customize the code so that you wont loose the customized code when updating the Theme to a newer version.

    But if you want to show the about us, contact page and privacy page as horizontal on the same widget area as now then please share us your sit URL so that we can provide you the exact CSS code to make the link list horizontal.

    Thanks

    #81692
    amitmozar
    Participant

    Hi,

    I would like to show about us, contact page and privacy page as horizontal on the same widget area. Please share the css code.

    My website url is: https://animationandvfxjobs.com/

    #81695

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    #nav_menu-3.widget_nav_menu ul.menu {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    #nav_menu-3.widget_nav_menu ul.menu li {
    	margin-right: 15px;
    }

    Thanks

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