Home Forums Themes Support Claue Delete image title

Topic Resolution: Resolved
Viewing 10 reply threads
  • Author
    Posts
    • #9142

      Hi, i want to delete the image background on the page title. Is there a way that i can only put the title on white ? The image i included show the idea.

      Attachments:
      You must be logged in to view attached files.
    • #9144

      Yes,

      You can add custom css in Claue > Theme Option > General Layout > Custom CSS

      .page-head h1 {
      color: #222;
      }
      .page-head::before {
      background: transparent none repeat scroll 0 0;
      }
      .page-head {
      background-color: #fff;
      background-image: none !important;
      color: #222;
      }

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

    • #9151

      Hi,

      thanks for reply. Is there a way to put like a thin demarcation line to separate the menu with the body ?

      Attachments:
      You must be logged in to view attached files.
    • #9158

      yes, you add custom css

      .header__mid {
      box-shadow: 0 1px 0 0 #ededed;
      }

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

    • #9180

      Hi, it doesnt do anything. Thanks

    • #9195

      Hi,

      I helped you do it, please check.

      Cheers,
      Foster

    • #9208

      Hi, thanks for your help. It seems that when margin-top is set to 0, the shadow disapear. But when i add a little bit of margin, its correct. Btw, is there a way to descend the title and put it aligned with the filter tools and delete the blank space generated by this modification ? The 2nd photo included is an exemple of what i am talking about. Thank you

      Attachments:
      You must be logged in to view attached files.
    • #9217

      Hi,

      you can add custom css code

      .archive .page-head {
      padding: 0;
      position: relative;
      }

      .archive .page-head h1 {
      margin-top: 50px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      }

      Best regards

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

    • #9243

      Hi Harry, thanks but title is aligned to the left. I tried multiple things in the css code and the title is still there. Thanks

    • #9265

      Hi,

      It seems to look good now, please check.

      Cheers,
      Foster

    • #9269

      It look awesome. Thank you

Viewing 10 reply threads

You must be logged in to reply to this topic.