Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1176478
footer customized option
Closed

Comments

  • twpipllc started the conversation

    hi 

    i love this theme to build my website , but i have a problem, how to customized footer options ,and how to hide socal icon

    thx to help


  •  432
    Sergio replied

    Hi, 

    Can you pls provide more details (screenshots) what exactly do you want to set up?

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • twpipllc replied

    thx reply to me

    i don't know how to customized to the footer height and the width of the text on footer ,and then how to setting icon or text on the footer too.

    thx to help

  •  432
    Sergio replied

    HI,

    pls .check the theme options (screen 752, 753) or use custom CSS

    #footer-nav {
        padding: 40px 0 !important;
        border-top: 1px solid #313646 !important;
        background-color: #181828 !important;
    }
    .footer-site-info {
        color: #fff !important;
    }
    


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • twpipllc replied

    thx to help,i will try to do it.

  • twpipllc replied

    sorry i had try 

    the custom CSS in footer.php ,where to edit in which where?

    sorry my coding is not good.

    thx to help  

  •  432
    Sergio replied

    HI!

    You need to add this code

    #footer-nav {
        padding: 40px 0 !important;
        border-top: 1px solid #313646 !important;
        background-color: #181828 !important;
    }
    .footer-site-info {
        color: #fff !important;
    }

     

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.