1. Jiří Frýdek
  2. General
  3. Tuesday, May 02 2017, 12:28 PM
How can I do change picture and text in the main menu?
Attachments (1)
admin Accepted Answer
Admin
Hi,
Change Text:
- Go to Admin Panel (http://docs.easy-profile.com/index.php/article/social-network-configuration)
- On left menu go to "System Settings"
- In the section "Custom Block" you can customize your "Registration Message"

Change Image:
This is a simple background, so you can change this with a simple CSS, like this example:
.box1.guest_msg {
background-image:url(https://cdn.elegantthemes.com/blog/wp-content/uploads/2016/04/community-wordpress.jpg);
background-size:cover;
}
  1. more than a month ago
  2. General
  3. # 1
Jiří Frýdek Accepted Answer
Pro
Where I must write a this simple CSS? FTP file?
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry for late reply, today we are very busy :D

From your screenshot seems that you use a default Joomla Template (Protostar), this template load automatically a custom CSS file, so:
- via FTP create a files called /templates/protostar/user.css
- open this new file with a simple text editor and add your code ;)
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.