Comments Andreas started the conversation4 days ago on Tuesday at 7:22pmWhat possibilities (shortcodes, etc.) are there to adapt the layout - width, height, margins, etc.the design - font size, colours, etc. And to separate different keyword groups illustration. 1,444Dustin replied3 days ago on Wednesday at 8:34amHi Andreas, The search results are placed in a div with the CSS class ".wpcas-area", so you can write CSS to adjust for the elements inside. For example: .wpcas-area .wpcas-popular-keywords .wpcas-popular-keywords-label { color: red; } .wpcas-area .wpcas-popular-keywords a { color: green; } And the result: If you are not familiar with writing CSS code, feel free to describe your customization requirements. I will help you write CSS code for free.Best regards,Dustin Sign in to reply ...
What possibilities (shortcodes, etc.) are there to adapt
the layout - width, height, margins, etc.
the design - font size, colours, etc.
And to separate different keyword groups illustration.
Hi Andreas,
The search results are placed in a div with the CSS class ".wpcas-area", so you can write CSS to adjust for the elements inside. For example:
And the result:
If you are not familiar with writing CSS code, feel free to describe your customization requirements. I will help you write CSS code for free.
Best regards,
Dustin