Home Forums Themes Support Claue Changing color of the category header

Viewing 2 reply threads
  • Author
    Posts
    • #44796
      hellofromutrecht
      Supported

      Hi! Where can I change the color of the category header?

      I checked the color scheme in Claue, but it doesn’t change. What is the grey header called exactly?

      Attachments:
      You must be logged in to view attached files.
    • #44799
      Harry
      Supported

      Hi,

      It has option to upload category image by edit product category and upload thumbnail https://tppr.me/5FCVlM

      It you only want change color please add below code to Claue > Theme option > general layout > Custom CSS

      .page-head::before {
      	background:#000;
      }

      and change #000 to your color code

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #44806
      hellofromutrecht
      Supported

      Hi Harry,

      I tried this code, but it doesn’t work..

Viewing 2 reply threads

You must be logged in to reply to this topic.