This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #108013
     kpsn
    Participant

    where is the script for the

    AJAX Login? i would like to customize it with my logo and login in with social media

    #108066
     Radu
    Moderator

    Hi,

    The path for the file that controls the login pop-up is /wp-content/themes/kleo/page-parts/general-popups.php

    Please made this in child theme by copying the file to child theme for update proof, the path will be

    wp-content/themes/kleo-child/page-parts/general-popups.php

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #108123
     kpsn
    Participant

    Is there any way to modify without that so it wont be affect by future updates?
    All i want to do is add logo on top and include the login with social thing we have.

    On side note, how can i change menu weight, font size, and color? im not seeing it in Aa Fonts, thanks!

    Cheers m8

    #108340
     Radu
    Moderator

    Yes you should copy the file here : wp-content/themes/kleo-child/page-parts/general-popups.php

    You should have kleo child theme installed and activated, kleo child will keeps your modifications after update.

    You can customize the menu font size line height from wp-admin -> theme options -> header options -> Main Menu Font size and line height

    You can set color for the text menu with this css, add the css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .navbar .navbar-nav>li>a {
        color: red !important;
    }
    

    Replace red with your desired color

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #108364
     kpsn
    Participant

    😉 thanks, and found the menu css after extensive browsing. But for future, you guys should really extend the font style to include menu, modules (like post titles), User names and so one. would make it much easier 🙂

    #108498
     Radu
    Moderator

    You’re welcome

    We will take this in consideration

    Have a nice day

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?