-
AuthorPosts
-
hbic Friend
hbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
September 28, 2015 at 7:35 pm #693325I’m using both bottons in a features block style 1. I would like the second button to be solid at all times, not just on floatover.
For instance, here: http://162.242.220.38/joomla/index.php/what-is-rc21x/for-consumers
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2015 at 8:38 pm #693418Try This . . . .
Within file path —> /templates/uber/acm/hero/css/style.css
at line 170, modify as follows:
.acm-hero.style-light .btn.btn-border {
border-color: #38b775;
color: #ffffff;
}THEN, at file path —> /templates/uber/css/template.css
at line 1083, modify as follows:
.btn-border {
background: #38b775 none repeat scroll 0 0;
border: 3px solid #505656;
color: #505656;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ??
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2015 at 8:38 pm #749962Try This . . . .
Within file path —> /templates/uber/acm/hero/css/style.css
at line 170, modify as follows:
.acm-hero.style-light .btn.btn-border {
border-color: #38b775;
color: #ffffff;
}THEN, at file path —> /templates/uber/css/template.css
at line 1083, modify as follows:
.btn-border {
background: #38b775 none repeat scroll 0 0;
border: 3px solid #505656;
color: #505656;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ??
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
September 29, 2015 at 4:24 pm #693727Thanks for seeing through my inaccuracy in saying ‘feature’ and recognizing I meant ‘hero’.
It worked great except for the two hero style 4’s and made the button on the video opaque and green. We want them to be clear. Is there a way I can make the hero here: http://162.242.220.38/joomla/index.php/what-is-rc21x/how-to-use-rc21x
and here: http://162.242.220.38/joomla/index.php
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
September 29, 2015 at 4:24 pm #750081Thanks for seeing through my inaccuracy in saying ‘feature’ and recognizing I meant ‘hero’.
It worked great except for the two hero style 4’s and made the button on the video opaque and green. We want them to be clear. Is there a way I can make the hero here: http://162.242.220.38/joomla/index.php/what-is-rc21x/how-to-use-rc21x
and here: http://162.242.220.38/joomla/index.php
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 1, 2015 at 3:07 am #694094Hi,
You can change the color from css style in templates/uber/acm/hero/css/style.css file with my red highlight text below
.acm-hero .hero-btn-actions .btn.btn-border {
border: 2px solid #ffffff ;
color: #ffffff ;
background: #2c905c ;
}.acm-hero .hero-btn-actions .btn.btn-border:hover,
.acm-hero .hero-btn-actions .btn.btn-border:focus,
.acm-hero .hero-btn-actions .btn.btn-border:active {
background-color: #ffffff ;
color: #3d4045 ;
}Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 1, 2015 at 3:07 am #750265Hi,
You can change the color from css style in templates/uber/acm/hero/css/style.css file with my red highlight text below
.acm-hero .hero-btn-actions .btn.btn-border {
border: 2px solid #ffffff ;
color: #ffffff ;
background: #2c905c ;
}.acm-hero .hero-btn-actions .btn.btn-border:hover,
.acm-hero .hero-btn-actions .btn.btn-border:focus,
.acm-hero .hero-btn-actions .btn.btn-border:active {
background-color: #ffffff ;
color: #3d4045 ;
}Regards
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
October 12, 2015 at 3:01 pm #704684Ninja Lead,
If I understand correctly I should reverse the changes Tom C gave me and apply yours. The buttons that are difficult to see will be opaque and the rest of my buttons, such as the ones in my main page which look good transparent, will remain so. Am I understanding correctly?
-HBIC
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
October 12, 2015 at 3:01 pm #751406Ninja Lead,
If I understand correctly I should reverse the changes Tom C gave me and apply yours. The buttons that are difficult to see will be opaque and the rest of my buttons, such as the ones in my main page which look good transparent, will remain so. Am I understanding correctly?
-HBIC
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
October 12, 2015 at 3:03 pm #704685Tom,
I applied your changes, but failed to backup the template.css file. I want to reverse the changes as they’ve affected other areas of my site. May I have the original code for the sections?
Thanks,
HBIChbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
October 12, 2015 at 3:03 pm #751407Tom,
I applied your changes, but failed to backup the template.css file. I want to reverse the changes as they’ve affected other areas of my site. May I have the original code for the sections?
Thanks,
HBICTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2015 at 3:13 pm #704687<em>@hbic 497022 wrote:</em><blockquote>Tom,
I applied your changes, but failed to backup the template.css file. I want to reverse the changes as they’ve affected other areas of my site. May I have the original code for the sections?
Thanks,
HBIC</blockquote>The original code can be seen within my Post #2 above . . . the only changes were the color codes
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2015 at 3:13 pm #751409<em>@hbic 497022 wrote:</em><blockquote>Tom,
I applied your changes, but failed to backup the template.css file. I want to reverse the changes as they’ve affected other areas of my site. May I have the original code for the sections?
Thanks,
HBIC</blockquote>The original code can be seen within my Post #2 above . . . the only changes were the color codes
1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by TomC 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum