-
Author
-
March 2, 2016 at 17:06 #108013kpsnParticipant
where is the script for the
AJAX Login? i would like to customize it with my logo and login in with social media
March 2, 2016 at 19:23 #108066RaduModeratorHi,
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 solutionMarch 2, 2016 at 23:03 #108123kpsnParticipantIs 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
March 3, 2016 at 20:03 #108340RaduModeratorYes 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 solutionMarch 3, 2016 at 20:50 #108364kpsnParticipant😉 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 🙂
March 4, 2016 at 14:47 #108498RaduModeratorYou’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 -
AuthorPosts
You must be logged in to reply to this topic.