-
AuthorPosts
-
diofou Friend
diofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 13, 2014 at 3:44 am #193690Hello,
1 – I’ve been trying to change the Joomla favicon.ico on my obelisk template for days with no success, i read a lot on related questions on the forum and applied the proposed solutions but nothing, can you please help me with this?
2 – When the menu item is hovered there’S a blue underscore line, it’s the same color as for the modules header, it’s a different color depending on the template theme, how do i change that color?
Thank you in advance.
Best regards.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 13, 2014 at 2:50 pm #5182791. You should go to template folder: /a/templates/ja_obelisk/, then change favicon.ico with your own file.
2. It’s border bottom of each menu item, you can open file: /a/templates/ja_obelisk/css/themes/christmas/template.css, look for this rule:
.t3-mainnav .navbar .nav>.active>a,
.t3-mainnav .navbar .nav>.active>a:hover,
.t3-mainnav .navbar .nav>.active>a:focus,
.t3-mainnav .navbar .nav>.active>.separator {
background: none;
color: #fff
text-shadow: none;
outline: none;
border-bottom: 2px solid #04b4ff <<< change to your desired color here
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 14, 2014 at 12:52 am #518326Hello,
1 – That’s what i did, but it keeps showing your joomla favicon.ico, check for yourself, it’s been there since my first post. the current favicon is my image so why is it still showing joomla?
2 – I changed the color to #924608 but nothing changed, i did it in the chrismax theme css and also put the changed code in the custum.css file but nothing, also i would like to know if i can change the modules title background to the same #924608 in the same place if not where?
thanks.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 14, 2014 at 2:52 am #5183421. Do you have any cache extension or change favicon anywhere else? I tried to change in your site but it doesn’t work, here is link. However, I can change it easily in my local.
2. You can change it in CSS or LESS:
CSS
Open file: /templates/ja_obelisk/css/themes/christmas/template.css, then change code suggested in my first reply (I checked and saw that the code was not modified in your site yet)
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus,
.t3-mainnav .navbar .nav > .active > .separator {
background: none;
color: #fff
text-shadow: none;
outline: none;
border-bottom: 2px solid #04b4ff
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
LESS
Open the file: templatesja_obelisklessvariables.less
// Accent colors
// -------------------------
@blue: #0092d0
@blueDark: darken @blue, 15%);
@green: #9BB548
@violet: #8080b6 // T3 added
@red: #ff5243
@yellow: #fc0
@orange: #f80
@Pink: #d60a6c
@Purple: #8b08ae
@grayish: #7a87a0// T3 Main colors
// -------------------------
@T3primaryColor: @blue;
@T3secondaryColor: #20990c
The border bottom is using T3primaryColor so you can change #0092d0 to the color you wish. Then go to backend > template manager > click to Compile LESS to CSS. You should BACKUP your site first because when compiling LESS to CSS, all current CSS files will be overwirtten.
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 15, 2014 at 2:31 am #518477Hello,
2 – Works perfectly now, i have every color i want now, thanks.
1 – Favicon is still a problem, i d’ont recall putting it somewhere else or having a special cache system, when i remove it, i get a blank document image but when i upload my image i get the joomla favicon image no matter how many times i clear the cache and cookies.
thanks for your help.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 15, 2014 at 7:16 am #518510Please try to switch default template to another standard template of Joomla, then change favicon icon for this template (replace its default icon with your own icon in /templates/<templatename>/ folder). This will help to indicate where the problem comes from.
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 15, 2014 at 4:36 pm #518583Hello,
Yes it works for the beez3 template, but when i go back to obelisk, it’s joomla favicon again.
Regards.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 17, 2014 at 5:48 pm #518870Hello,
I see that the problem has been solved. THANK YOU VERY MUCH. Can you please tell me what the problem was?
Regards.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 20, 2014 at 2:11 am #518983It might be due to the cache since I’ve not accessed backend of your site yet (the URL is incorrect)
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 20, 2014 at 4:10 am #519004Hello, Actually, i dont know what happened but, my site dont seem to recognize my custom css anymore, for exemple, the header area should be all black, the research bar longer in width and the logo text should not be displayed because i set it to display none in the custom.css , i PMed you the link to the backend, thank for your help, this is kinda inconvenient because i can’t see the changed i’m doing.
thanks.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 20, 2014 at 7:17 am #519026As I said above, that URL is incorrect as it always directs to homepage.
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 20, 2014 at 5:45 pm #519138Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 21, 2014 at 2:14 am #519172Here is how your site looks at my end: http://prntscr.com/2l5wvw, seems that it still call CSS from custom.css file.
Please send me screenshot of how thing should be so that I can give suggestion.
diofou Frienddiofou
- Join date:
- October 2013
- Posts:
- 53
- Downloads:
- 20
- Uploads:
- 15
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
January 21, 2014 at 6:32 am #519200AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by Saguaros 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum