Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • hbic Friend
    #693325

    I’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 Moderator
    #693418

    Try 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 Moderator
    #749962

    Try 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 Friend
    #693727

    Thanks 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 Friend
    #750081

    Thanks 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 Moderator
    #694094

    Hi,

    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 Moderator
    #750265

    Hi,

    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 Friend
    #704684

    Ninja 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 Friend
    #751406

    Ninja 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 Friend
    #704685

    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

    hbic Friend
    #751407

    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

    TomC Moderator
    #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

    TomC Moderator
    #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

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 3 voices, and was last updated by  TomC 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum