Hi there and thank you for this component.
It seems I have problems with positioning the filter module beside the product list, it shows distorted. Also are there options for styling everything? I mean background color, fonts etcThe component's styling changes the template attributes.
http://georgesjewellery.gr/collections
Thank you.
Problem with positioning and styling
-
- Phoca Member
- Posts: 18
- Joined: 23 May 2020, 22:56
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Problem with positioning and styling
Hi,
sorry, I misunderstood the problem and therefore removed my initially post.
Which Phoca Cart version and which Phoca Cart Filter Module version do you use?
Kind regards,
Benno
sorry, I misunderstood the problem and therefore removed my initially post.
Which Phoca Cart version and which Phoca Cart Filter Module version do you use?
Kind regards,
Benno
-
- Phoca Member
- Posts: 18
- Joined: 23 May 2020, 22:56
Re: Problem with positioning and styling
I think they're the latest versions for both. Freshly installed. Thanks for helping!
-
- Phoca Member
- Posts: 18
- Joined: 23 May 2020, 22:56
Re: Problem with positioning and styling
Any ideas? Look at the cart module, the tick boxes are laying over the text... I think the problem is with bootsrap, but without it I can't use the component tools for making columns etc... Maybe If I create a custom.css and try to change widths and colors?
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Problem with positioning and styling
Hi,
Try following codes:
temporary result:
Check also your template / custom.css.
Kind regards
Christine
Try following codes:
Code: Select all
.radio input[type="radio"], .checkbox input[type="checkbox"] {
float: left;
margin-left: -25px !important;
background: #23527c !important;
}
.radio input[type="radio"] :hover, .checkbox input[type="checkbox"]:hover {
background: #f6c140 !important;
}
div.ph-filter-box {
color: #333;
}
body {
color: #fff;
}
Check also your template / custom.css.
Kind regards
Christine
-
- Phoca Member
- Posts: 18
- Joined: 23 May 2020, 22:56
Re: Problem with positioning and styling
Thank you! How can I make the radio buttons stay ticked like before?
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Problem with positioning and styling
Hi,
either, you delete the line of: background ..... or you change the 1st one to #f6c140 and the 2nd to: #23527c.
As you like.
Kind regards
Christine
either, you delete the line of: background ..... or you change the 1st one to #f6c140 and the 2nd to: #23527c.
As you like.
Kind regards
Christine
-
- Phoca Member
- Posts: 18
- Joined: 23 May 2020, 22:56
Re: Problem with positioning and styling
Thank you so much! It worked.
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Problem with positioning and styling
That's fine. Thank you for your feedback.
Kind regards
Christine
Kind regards
Christine
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Re: Problem with positioning and styling
Good afternoon! And how did you overcome the fact that the labels under the basket are moving? You don't have a bucket icon, etc.