Hi Ciaran,
A couple of questions for you on j51_jasmine:
1. How would I change the logo icon which is used for Facebook - my user would like one of the larger logos to make it stand out better?
2. https://www.joomla4.nepal-systems.co.uk/index.php - the heading titles for this site are right justified. Is it possible to get them centred instead - another user request.
Thanks for your help.
Best regards,
Gary
j51_jasmine questions
- Issue
- gcopping
- Commercial Templates
- Tuesday, 11 July 2023
- Subscribe via email
Hi Gary
For item 1, you might add this to your custom.css
Regards
Rolf
For item 1, you might add this to your custom.css
#socialmedia ul li {
margin-top: 12px;
}
.fa.fa-facebook::before {
font-size: 24px;
}
Regards
Rolf
- more than a month ago
- Commercial Templates
- # 1
Thanks Rolf that certainly helps, but is there any way of changing the image to the more popular blue facebook logo?
Also what about my 2nd question?
Best regards,
Gary
Also what about my 2nd question?
Best regards,
Gary
- more than a month ago
- Commercial Templates
- # 2
Hi Gary
Does the following answer your query?... https://www.joomla51.com/tutorials/template-customization/adding-a-new-favicon-ico-to-joomla
Ciaran
Does the following answer your query?... https://www.joomla51.com/tutorials/template-customization/adding-a-new-favicon-ico-to-joomla
Ciaran
- more than a month ago
- Commercial Templates
- # 4
For your second question, are you referring to the header menu titles? They are the only elements I can find that are right aligned.
Ciaran
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran,
Thanks for your replies.
1. No I am not referring to the favicon icon but the Facebook icon that appears on the page I put above.
2. Yes I am referring to the menu titles which are all right aligned - my user would like them aligned in the centre.
Thanks,
Gary
Thanks for your replies.
1. No I am not referring to the favicon icon but the Facebook icon that appears on the page I put above.
2. Yes I am referring to the menu titles which are all right aligned - my user would like them aligned in the centre.
Thanks,
Gary
- more than a month ago
- Commercial Templates
- # 6
Hi Gary
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav > ul > li > a,
.hornav > ul > li > span {
text-align: left;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »