Comments 8benhasler started the conversationJanuary 25, 2022 at 4:36pmHi there, is there a way i can change the clients per row settings from the default ones? it only has 7 or 12 as options but i would like 8 or 10? thanks so much [deleted] repliedJanuary 26, 2022 at 8:59amHi Ben,Hmm maybe that is possible only if we add a CSS code for you that makes this change.Please write the URL of this exact page and I will see if I can do something.Thanks! 8benhasler repliedJanuary 26, 2022 at 9:53amat the moment its just used here https://hqglobalsearch.com/contact-3/but i will want to use it on other pages also. [deleted] repliedJanuary 26, 2022 at 11:58amYour site is on coming soon mode, please remove coming soon mode or send me your WordPress credentials in a private reply.Thanks! benhasler replied privately[deleted] repliedJanuary 27, 2022 at 9:15amHi Ben,To have 8 logos per row you can add this CSS code to your Custom CSS area: .logos-holder .client-logos-col.col-1 { width: 12.5%; }if you want 10 per row you can add this CSS code: .logos-holder .client-logos-col.col-1 { width: 10%; }if for any reason your CSS code doesn't reflect in your website, you can add !important rule.See example: .logos-holder .client-logos-col.col-1 { width: 12.5% !important; }Have a nice day! 8benhasler repliedJanuary 27, 2022 at 9:45pmthis works perfectly thanks. what figure would i enter if i wanted rows on 9?also how do i change the colour of bullet points to #2ed03c (ie a different colour from the text). thanks so much. [deleted] repliedJanuary 28, 2022 at 11:09amHi Ben, 100/9=11.111%. So you can add this CSS code: .logos-holder .client-logos-col.col-1 { width: 11.111% !important; } And for the last question: Please add the code below to your Custom CSS area: .wpb_wrapper ul { list-style: none; } .wpb_wrapper ul li:before { content: "\2022"; color: red; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } Have a nice day! 8benhasler repliedJanuary 28, 2022 at 2:24pmhi there thats great but it has all added bullet points to the footer for some reason? see attached? [deleted] repliedJanuary 31, 2022 at 7:16amHi Ben,Please remove the previous CSS code and change it with this one: .wpb_wrapper ul { list-style: none; } .wpb_wrapper ul li:before { content: "\2022"; color: red; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }Thanks! 8benhasler repliedJanuary 31, 2022 at 7:24amawesome thanks. is there a way i can change the background colour, and footer colour on one specific page?thanks so much. ben[deleted] repliedJanuary 31, 2022 at 8:58amHi Ben,Sure, you can add those CSS codes in the Parameters and Options > Custom CSS area of that page.Example: .wrapper { background: cyan; } footer.site-footer { background-color: cyan; }See video: https://d.pr/v/BuyTFzHave a nice day! 8benhasler repliedJanuary 31, 2022 at 7:32pmi am struggling to get this to work? i have added the code in parameters and options but nothing is happening? screen grab attached of desired colours but looks the same?[deleted] repliedFebruary 1, 2022 at 7:12amHi Ben,Please try adding the !important rule it should work.See example: .wrapper { background: cyan !important; } footer.site-footer { background-color: cyan !important; }Have a nice day! 8benhasler repliedFebruary 1, 2022 at 7:22amthats perfect thats fixed it. just one other question, there seems to be an area thats still the old colour below the footer on bigger screens that hasn't changed colour? how do i effect that too? thanks,ben[deleted] repliedFebruary 1, 2022 at 8:09amHi Ben,I understand, please add this CSS code: body { background: cyan !important; }Have a nice day! 8benhasler repliedFebruary 1, 2022 at 10:29amperfect, thanks so much for your help1 Like[deleted] repliedFebruary 1, 2022 at 10:44amHappy to hear thatHave a great day!I will set this ticket as solved from here. Sign in to reply ...
Hi there, is there a way i can change the clients per row settings from the default ones? it only has 7 or 12 as options but i would like 8 or 10?
thanks so much
Hi Ben,
Hmm maybe that is possible only if we add a CSS code for you that makes this change.
Please write the URL of this exact page and I will see if I can do something.
Thanks!
at the moment its just used here https://hqglobalsearch.com/contact-3/
but i will want to use it on other pages also.
Your site is on coming soon mode, please remove coming soon mode or send me your WordPress credentials in a private reply.
Thanks!
Hi Ben,
To have 8 logos per row you can add this CSS code to your Custom CSS area:
if you want 10 per row you can add this CSS code:
if for any reason your CSS code doesn't reflect in your website, you can add !important rule.
See example:
Have a nice day!
this works perfectly thanks. what figure would i enter if i wanted rows on 9?
also how do i change the colour of bullet points to #2ed03c (ie a different colour from the text).
thanks so much.
Hi Ben,
100/9=11.111%. So you can add this CSS code:
And for the last question:
Please add the code below to your Custom CSS area:
Have a nice day!
hi there thats great but it has all added bullet points to the footer for some reason?
see attached?
Hi Ben,
Please remove the previous CSS code and change it with this one:
Thanks!
awesome thanks.
is there a way i can change the background colour, and footer colour on one specific page?
thanks so much.
ben
Hi Ben,
Sure, you can add those CSS codes in the Parameters and Options > Custom CSS area of that page.
Example:
See video: https://d.pr/v/BuyTFz
Have a nice day!
i am struggling to get this to work? i have added the code in parameters and options but nothing is happening?
screen grab attached of desired colours but looks the same?
Hi Ben,
Please try adding the !important rule it should work.
See example:
Have a nice day!
thats perfect thats fixed it.
just one other question, there seems to be an area thats still the old colour below the footer on bigger screens that hasn't changed colour?
how do i effect that too?
thanks,
ben
Hi Ben,
I understand, please add this CSS code:
Have a nice day!
perfect, thanks so much for your help
Happy to hear that
Have a great day!
I will set this ticket as solved from here.