Jump to content

Zmiana koloru czcionki


Danthee

Recommended Posts

Co do obrazka to powinien znajdować się tutaj: 

 

/modules/paypal/modules/paypal/views/img/default_logos/PL_horizontal_solution_PP.png

 

na tą chwilę go nie ma dlatego wyświetla się znak zapytania. 

 

Co do drugiego problemu z podświetleniem, wyłącz kompilacje plików CSS to powiem Ci która to linia w plikach. 

Link to comment
Share on other sites

Plik:

/modules/dotpay/css/front.css

 

Linia 46

 

usuń

p.payment_module a:hover {
    background-color: #f6f6f6;
}

 

Co do PayPal

 

wydaje mi się, że jest to plik:

/modules/paypal/views/templates/hook/integral_evolution_payment.tpl

 

Linia również 46

<img src="{$logos.LocalPayPalHorizontalSolutionPP|escape:'htmlall':'UTF-8'}" alt="{$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'}" height="48px" />

Zamień na:

<img src="ŹRÓDŁO GRAFIKI" alt="TEKST ALTERNATYWNY" height="XXXpx" width="XXXpx"/>

Pamiętaj o kopii.

Edited by pixelyo (see edit history)
Link to comment
Share on other sites

W 1 nie mam takiej linijki; oto wszystko co mam:

 

Edit: Lol, u siebie nie widze tej linijki, a jak zrobiłem ctrl+a i przekleiłem to jest :o

/**
*
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Piotr Karecki <[email protected]>
*  @copyright dotpay
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.dotpay_return {
    text-align: center; }
p.payment_module a.dotpay {
    background: url("../img/dotpay_logo64.png") 15px 12px no-repeat #fbfbfb;
    background-size: 64px 64px; }
    
p.payment_module a.dotpay:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777777; }
p.payment_module a:hover {
    background-color: #f6f6f6; }

Edited by Danthee (see edit history)
Link to comment
Share on other sites

Dobra, już znalazłem. Powiedz mi proszę jeszcze gdzie jest plik global.css?

 

Bo dalej mi się lekko podświetla, firebug wskazał mi global.css i linie 7477, ale tam nie ma tego o czym firebug mówi. Więc może nie ten global.css?

Edited by Danthee (see edit history)
Link to comment
Share on other sites

global.css od szablonu znajduje się w /themes/TWÓJ SZABLON/css

 

W firebugu możesz w zakładce CSS znaleźć odpowiedni plik i masz w nazwach ścieżki gdzie te pliki się znajdują. 

 

w Twoim przypadku:

/themes/theme1044/css/global.css

 

W odpowiedzi wyżej masz jeszcze info o grafice w PayPal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...