• https://ciaomedspa.com/

    How do I NOT display the title on the Home Page ONLY.

    Right now the background color is dark blue and gray. Is there a way to overwrite that? I would like a soft blue color and there is not a way for me to change within the theme admin.

    I do have an area where I can add custom css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • as your theme is not one of the supported themes from https://www.ads-software.com/themes/, you might need to contact the developer of the theme for help.

    generally, try using a browser inspection tool to investigate what CSS you need to edit.

    Check if this produces the result you’re looking for:

    /* Remove Homepage Page Title */
    .home h1 {
        display: none;
    }

    Add the above to your custom CSS, then clear/purge any caching on your site and refresh your browser to check if the CSS code worked.

    If it does work, you may consider looking for a more optimal solution from the theme developer, or you can just leave it like that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Css question with theme’ is closed to new replies.