-
AuthorPosts
-
hbic Friend
hbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 13, 2015 at 7:46 pm #660873When I change the the color of the ‘button’ fields in Thememagic it does nothing to change the color of the buttons on the front page.
Where can I change these colors?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 13, 2015 at 8:19 pm #660913Which buttons are you wanting to change?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 13, 2015 at 8:19 pm #745387Which buttons are you wanting to change?
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 15, 2015 at 2:28 am #661719Sorry Tom, I should have included more info.
Take a look at http://162.242.220.38/joomla/
The green buttons on the right are the ones I want to change the color of.
I am using the Application site for Uber. I added to the menu that contains ‘Buy App!’ in the demo.
When I change ‘button color’ in Thememagic nothing happens, they stay green.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 17, 2015 at 3:14 am #662261Hi
Actually, they are links and are styled to look like buttons there. You can change the color via css:
– Go to the file: root/templates/uber/css/custom.css (create this file if it doesn’t exist)
– Add this css rule:
.uber-header.header-4.light-color .site-navigation-right .right-menu ul li > a {
background: #38b775 <<< change to your desired color;
}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 17, 2015 at 3:14 am #745604Hi
Actually, they are links and are styled to look like buttons there. You can change the color via css:
– Go to the file: root/templates/uber/css/custom.css (create this file if it doesn’t exist)
– Add this css rule:
.uber-header.header-4.light-color .site-navigation-right .right-menu ul li > a {
background: #38b775 <<< change to your desired color;
}
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 17, 2015 at 3:07 pm #662491This has no effect.
Here is the content of my custom.css:
.right-menu > .nav {display:flex}
.right-menu .nav li {padding:3px;}
.right-menu .nav li.item-665 {padding-top:5px!important;}
.uber-header.header-4.light-color .site-navigation-right .right-menu ul li > a {
background: #977347
}TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 17, 2015 at 3:31 pm #662492Try This . . . .
Within file path —> /templates/uber/acm/header/css/style.css
at line 861, you should see the following CSS rule:
.uber-header.header-4.light-color .site-navigation-right .right-menu ul li > a {
background: #38b775 none repeat scroll 0 0;
border: 0 none;
border-radius: 2px;
color: #ffffff;
font-weight: 700;
height: auto;
line-height: 1;
padding: 13px 26px;
text-transform: none;
}Modify the color code within the “background” property to whatever color code you wish.
HOPE THAT HELPS.
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 17, 2015 at 7:17 pm #662506No dice. No effect whatsoever.
I backed up the file and replaced every #38b775 with #977347, the color I want, and no change.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 17, 2015 at 7:51 pm #662509<em>@hbic 487785 wrote:</em><blockquote>No dice. No effect whatsoever.
I backed up the file and replaced every #38b775 with #977347, the color I want, and no change.</blockquote>That’s very odd – I tested it out in Firebug and it worked as it should.
Maybe try clearing both your browser and JAT3 cache.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by hbic 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum