Jump to content

(SOLVED) Change colour on shopping list items in Leotheme - 1.6 prestashop


Recommended Posts

hello

 

well i would like to see how #cc3939 looks first

and if i like the overall appearance then i would keep it...

so how can i change that colour

as i mentioned i am using Letheme so it could be in a different line on the css page....

 

 

 

 

Link to comment
Share on other sites

Hello

 

yes i ran into many problems and lost my Leo profiles...

then i could not see anything

trying now to restore everything from a backup

but FTP is taking 5-6 hours for backup of previous files

and waiting for the old files to be deleted now

then upload of backup files again to FTP another 5-6 hours

will post back when its up again

Link to comment
Share on other sites

i just bought a page speed module and the whole site has gone down

cannot get into the front or back office....

after over five days or downtime this is very frustrating.....

 

[PrestaShop] Fatal error in module file :/web/htdocs4/alejandrohyamcom/home/www/tools/smarty/sysplugins/smarty_internal_filter_handler.php:
Call to undefined function PAGESPEED::smartyMinifyHTMLCustomCode()

 

this is the code i receive

 

 

Link to comment
Share on other sites

I mean, you have access from a cpanel or Plesk or FTP right ? Try to locate the module you have installed in the /modules directory. Maybe this causes the problem.
Do that first.
If it doesnt work try delete cache manually again through your cpanel or FTP

\cache\smarty\cache\

You can see many files with long names in this folder. The file names include the module name, so you can delete any of them. Just leave the index.php file alone!

Link to comment
Share on other sites

Looks that is back again live. Well done.
So,  does Leo theme has anywhere in Back end that you can put Custom css ? Usually many themes offer this feature.
If yes, add this code:

.product-block .price {
    color: #cc3939;
    font-family: "Play",sans-serif;
    font-size: 14px;
    font-weight: bold;
}

Then clear cache from back office.

  • Like 1
Link to comment
Share on other sites

  • ilegales changed the title to (SOLVED) Change colour on shopping list items in Leotheme - 1.6 prestashop

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...