presale
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: presale
Hi,
Try following code to your custom.scss:
in addition:
temporary result:
Kind regards
Christine
Try following code to your custom.scss:
Code: Select all
.ph-corner-icon-wrapper {
top: auto;
}
Code: Select all
.phIBoxOH .phIBox img {
padding-top:10px;
width:auto;
}
Kind regards
Christine
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
Re: presale
Hi Christine, excuse me, could you indicate the root of custom.scss?
thank you
Angelo
thank you
Angelo
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: presale
Hi Angelo,
as Jan wrote, responsible of JF Simone is the developer.
Try as mentioned here: https://www.joomforest.com/help/forum/j ... custom-css
I checked your URL and you already have a: /templates/jf_simone/jf/assets/css/jf_custom.css.
Maybe it will then recompiled to custom.scss.
So, just check above file and insert the codes.
Kind regards
Christine
as Jan wrote, responsible of JF Simone is the developer.
Try as mentioned here: https://www.joomforest.com/help/forum/j ... custom-css
I checked your URL and you already have a: /templates/jf_simone/jf/assets/css/jf_custom.css.
Maybe it will then recompiled to custom.scss.
So, just check above file and insert the codes.
Kind regards
Christine
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
Re: presale
Hi Christine, you are super!!! thank you
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
Re: presale
Sorry, Christine, I noted that if I open the button "see product" the problem is visible
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: presale
Hi Angelo,
some CSS Codes affects others etc. Vedi Prodotto, there is e.g.: icon1.
Add following:
Kind regards
Christine
some CSS Codes affects others etc. Vedi Prodotto, there is e.g.: icon1.
Add following:
Code: Select all
.ph-corner-icon1-wrapper {
top: auto !important;
}
Christine
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: presale
I can see it correct. Clear your Browser Cache.
Kind regards
Christine
Kind regards
Christine
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
Re: presale (SOLVED)
Thank you Christine, thank you so much