Page 1 of 1

Change the style of Phoca Cart Search Module

Posted: 06 Nov 2019, 08:05
by thethe
Hi There,

Just wondering if I can modify CSS style for Phoca Cart Search Module? Currently it is on a bad position somewhere on the top of the page with a really long field. Tried applying Joomla Module Class Suffix, but it did not seem to overwrite it. I left a space befptre " art-searchbartop", still no luck. Any help?

Thanks
Mang

Re: Change the style of Phoca Cart Search Module

Posted: 06 Nov 2019, 12:15
by christine
Hi,

it seems, that you are using an artisteer template? If you working with Class Suffix, you hv also to format CSS codes accordingly.
Could we see it pls?

Kind regards
Christine

Re: Change the style of Phoca Cart Search Module

Posted: 07 Nov 2019, 00:49
by thethe
Hi Christine

You are correct. Or do I have to contact Aristeer? Not sure if they are still in business?

I tried add:

.art_topsearchbar
{
.
..
}

In search module,

I tried left a space or . before adding "art_topsearchbar", just cannot see the style applied to the phoca card search module.

Do not quite understand "you hv also to format CSS codes accordingly."


Thanks
Mang

Re: Change the style of Phoca Cart Search Module

Posted: 07 Nov 2019, 13:37
by christine
Hi Mang,
thethe wrote: 07 Nov 2019, 00:49Do not quite understand "you hv also to format CSS codes accordingly."
That's is, what you wrote under: "I tried add: ......."
Just wondering if I can modify CSS style for Phoca Cart Search Module?
here just only an example (without suffix). Checked with inspector the codes of search-module:

Code: Select all

.form-control .inputbox, #phSearchsearch {
background-color:green; 
color:#fff; 
height:30px;    
}
Currently it is on a bad position somewhere on the top of the page with a really long field.
This belongs to the position of template! Check in backend and try another position.

Kind regards
Christine

Re: Change the style of Phoca Cart Search Module

Posted: 07 Nov 2019, 17:24
by keerillcom
I fought for two days to bring the search back to normal, nothing came of it. This also applies to the choice of currency, wish list, comparison and basket.

Re: Change the style of Phoca Cart Search Module

Posted: 12 Nov 2019, 16:01
by Jan
Hi, mostly, it depends on used template and position.

- if the module is in specific position of specific template, it can be rendered by template (gantry, astroid, helix, etc.), mostly you can see it on top:
Image
- if the module is in standard position, then yes, the suffix can be added and it can by stylized by template css but then it even depends more on template design.

Can you paste a screenshot of what problem do you exactly have with the module?

Jan