Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3987894
Style and Layout options
Open

Comments

  • Andreas started the conversation

    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.

  •  1,444
    Dustin replied

    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:

    .wpcas-area .wpcas-popular-keywords .wpcas-popular-keywords-label {
        color: red;
    }
    
    .wpcas-area .wpcas-popular-keywords a {
        color: green;
    }

    And the result:

    5949108302.png

    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