Contact Us: :
-
How can I change the font and text in the “Contact Us: :” area?
The page I need help with: [log in to see the link]
-
Hi Kjcarleo,
Please update plugin with latest version 2.5.4
We have changed the text “Contact Us: :” to “Find Us On Social Media” in new version.
1) If you want to hide then use below code into Custom CSS setting in Login Form Setting tab:
.acl-social-text { display: none; }2) If you want add your own text then follow below steps:
– Download the plugin zip and unzip into your local drive
– In plugin directory, open plugin main file admin-custom-login.php
– At Line Number 174 you will find the text Find Us On Social Media in below code<?php _e('Find Us On Social Media','WEBLIZAR_ACL'); ?>– Change the text accordingly and save file.
– Zip modified plugin directory again and install the plugin via upload zip fileHope this work for and if any problem let us know.
Your feedback is really appreciated – HERE
Thanks
-
This reply was modified 8 years, 7 months ago by
Weblizar - WordPress Themes & Plugin.
-
This reply was modified 8 years, 7 months ago by
Weblizar - WordPress Themes & Plugin.
Can the typeface or font be changed?
hi kjcarleo,
Sorry for delay due to diwali holidays. Do you want to apply your own custom fonts or want to select fonts from a list of fonts given in Font Setting?
Thank you.
-
This reply was modified 8 years, 7 months ago by
weblizar_support.
-
This reply was modified 8 years, 7 months ago by
weblizar_support.
Selectable would be nice. I want to use Raleway, like the rest of the form I am using.
@weblizar_support Don’t post shortlinks for file downloads to sites like that. Use someplace reputable like Github or your own https://weblizar.com/ site.
hi @kjcarleo,
We customize the plugin according to your need.
Please download the file from HERE.after download this file, go to the plugin directory,
wp-content > plugins > admin-custom-login and replace the existing file “admin-custom-login.php” with downloaded file.Notify us after successfully done this. If you face any problem doing this please tell us.
Thank you.
Thanks so much looks great
How about the “You are now logged out.” font? Can that be customized to be Raleway?
hi @kjcarleo,
sir, please update your file “admin-custom-login.php”. Add the following code after line no 149.
<style>
#login p.message {
font-family: <?php echo $heading_font_style ?>;
font-size: <?php echo $heading_font_size;?>px;
}
</style>After apply this solution please notify us.
Thank you.
-
This reply was modified 8 years, 7 months ago by
The topic ‘Contact Us: :’ is closed to new replies.